summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorxemdetia <xemdetia@808inorganic.com>2018-02-27 15:29:32 -0500
committerRichard Levitte <levitte@openssl.org>2018-02-27 22:19:48 +0100
commit89f66fe2bc4fc9bf5eb17a377cd9561f46985222 (patch)
tree973b4e2f6d612993c675c25ea26ededc31063e1c /doc
parent22defb43507ce026a9eb717df433f1ba7531ffe7 (diff)
Fix documentation link to reference man3
CLA: trivial Reviewed-by: Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com> Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/5473)
Diffstat (limited to 'doc')
-rw-r--r--doc/man3/EVP_DigestInit.pod4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/man3/EVP_DigestInit.pod b/doc/man3/EVP_DigestInit.pod
index 187292fc18..45c361e66c 100644
--- a/doc/man3/EVP_DigestInit.pod
+++ b/doc/man3/EVP_DigestInit.pod
@@ -217,8 +217,8 @@ preference to the low level interfaces. This is because the code then becomes
transparent to the digest used and much more flexible.
New applications should use the SHA-2 (such as L<EVP_sha256(3)>) or the SHA-3
-digest algorithms (such as L<EVP_sha3_512>). The other digest algorithms are
-still in common use.
+digest algorithms (such as L<EVP_sha3_512(3)>). The other digest algorithms
+are still in common use.
For most applications the B<impl> parameter to EVP_DigestInit_ex() will be
set to NULL to use the default digest implementation.