links
[openssl.git] / doc / crypto / md5.pod
index 2b084878cda65cd547b7bb1ed3b717bdb8ca2f76..d7c120023dafca763e2a1a40408558e6598eb518 100644 (file)
@@ -51,7 +51,8 @@ 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.
 
 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)
+Applications should use the higher level functions
+L<EVP_DigestInit(3)|EVP_DigestInit(3)>
 etc. instead of calling the hash functions directly.
 
 =head1 NOTE
 etc. instead of calling the hash functions directly.
 
 =head1 NOTE