X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=doc%2Fcrypto%2Fripemd.pod;h=31054b6a8ccd8dfa04150a86adbf1a45b71bf179;hb=c1497b4d19fd6796469d2a3521eec5ad583e923f;hp=9656bb09803281d714b8bc69054882b094b1ce7b;hpb=4d524e10b4853436a1bfbc83822c5d0e87d64fbd;p=oweals%2Fopenssl.git diff --git a/doc/crypto/ripemd.pod b/doc/crypto/ripemd.pod index 9656bb0980..31054b6a8c 100644 --- a/doc/crypto/ripemd.pod +++ b/doc/crypto/ripemd.pod @@ -39,8 +39,9 @@ RIPEMD160_Final() places the message digest in B, which must have space for RIPEMD160_DIGEST_LENGTH == 20 bytes of output, and erases the B. -Applications should use the higher level functions EVP_DigestInit(3) etc. -instead of calling the hash functions directly. +Applications should use the higher level functions +L etc. instead of calling the +hash functions directly. =head1 RETURN VALUES