summaryrefslogtreecommitdiffstats
path: root/doc/crypto/md5.pod
diff options
context:
space:
mode:
authorUlf Möller <ulf@openssl.org>2000-02-25 16:00:24 +0000
committerUlf Möller <ulf@openssl.org>2000-02-25 16:00:24 +0000
commitd52c973498901e7cd6453ee1fcd75d7d770b0d3c (patch)
treebdd919c62bf960d32b6e700b53478c7d2a7d033a /doc/crypto/md5.pod
parentdbe7113308be983d5407393784f70517e081dbfa (diff)
links
Diffstat (limited to 'doc/crypto/md5.pod')
-rw-r--r--doc/crypto/md5.pod3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/crypto/md5.pod b/doc/crypto/md5.pod
index 2b084878cd..d7c120023d 100644
--- a/doc/crypto/md5.pod
+++ b/doc/crypto/md5.pod
@@ -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.
-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