]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - doc/man3/EVP_ripemd160.pod
Reference the non-"legacy" provider names directly from EVP_md5(3) &c.
[thirdparty/openssl.git] / doc / man3 / EVP_ripemd160.pod
index 6ad2d3e0186968236ad0604cef608a446de9a23d..5b96fd09f85037938968ec9d0d1f80d0a4f94887 100644 (file)
@@ -29,7 +29,7 @@ The RIPEMD-160 algorithm which produces a 160-bit output from a given input.
 
 Developers should be aware of the negative performance implications of
 calling this function multiple times and should consider using
-L<EVP_MD_fetch(3)> instead.
+L<EVP_MD_fetch(3)> with L<EVP_MD-RIPEMD160(7)> instead.
 See L<crypto(7)/Performance> for further information.
 
 =head1 RETURN VALUES