summaryrefslogtreecommitdiffstats
path: root/doc/crypto/ripemd.pod
diff options
context:
space:
mode:
Diffstat (limited to 'doc/crypto/ripemd.pod')
-rw-r--r--doc/crypto/ripemd.pod5
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/crypto/ripemd.pod b/doc/crypto/ripemd.pod
index 4a6a7e1b4a..d6ad561598 100644
--- a/doc/crypto/ripemd.pod
+++ b/doc/crypto/ripemd.pod
@@ -39,6 +39,9 @@ RIPEMD160_Final() places the message digest in B<md>, which must have
space for RIPEMD160_DIGEST_LENGTH == 20 bytes of output, and erases
the B<RIPEMD160_CTX>.
+Applications should use the higher level functions EVP_DigestInit(3) etc.
+instead of calling the hash functions directly.
+
=head1 RETURN VALUES
RIPEMD160() returns a pointer to the hash value.
@@ -52,7 +55,7 @@ ISO/IEC 10118-3 (draft) (??)
=head1 SEE ALSO
-L<sha(3)|sha(3)>, L<hmac(3)|hmac(3)>
+L<sha(3)|sha(3)>, L<hmac(3)|hmac(3)>, L<EVP_DigestInit(3)|EVP_DigestInit(3)>
=head1 HISTORY