diff options
-rw-r--r-- | system/rhash/README | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/system/rhash/README b/system/rhash/README index 976151ea0b5fc..aeeb25f2b916a 100644 --- a/system/rhash/README +++ b/system/rhash/README @@ -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. |