New function ERR_error_string_n.
[openssl.git] / doc / crypto / md5.pod
index c8b141b8548fe2dbdea66b57008115dfb132bc98..d7c120023dafca763e2a1a40408558e6598eb518 100644 (file)
@@ -51,8 +51,9 @@ for MD2_DIGEST_LENGTH == 16 bytes of output, and erases the B<MD2_CTX>.
 MD5_Init(), MD5_Update() and MD5_Final() are analogous using an
 B<MD5_CTX> structure.
 
-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<EVP_DigestInit(3)|EVP_DigestInit(3)>
+etc. instead of calling the hash functions directly.
 
 =head1 NOTE