system/rhash: Wrap README at 72 columns.

Signed-off-by: B. Watson <yalhcru@gmail.com>
This commit is contained in:
B. Watson 2022-03-14 12:45:54 -04:00
parent 58ea87bf47
commit 80b8a76690
1 changed files with 6 additions and 3 deletions

View File

@ -1,6 +1,9 @@
RHash (Recursive Hasher) is a console utility for computing and verifying
hash sums of files. Supports lots of algorithms.
RHash (Recursive Hasher) is a console utility for computing and
verifying hash sums of files. Supports lots of algorithms.
Notes:
If you want to build with NO OpenSSL support, pass OPENSSL=no to the script.
If you want to build with NO OpenSSL support, pass OPENSSL=no to the
script.
If you need static libraries, pass STATICLIB=yes to the script.