[openssl-commits] [openssl] master update
Richard Levitte
levitte at openssl.org
Tue Feb 27 21:19:53 UTC 2018
The branch master has been updated
via 89f66fe2bc4fc9bf5eb17a377cd9561f46985222 (commit)
from 22defb43507ce026a9eb717df433f1ba7531ffe7 (commit)
- Log -----------------------------------------------------------------
commit 89f66fe2bc4fc9bf5eb17a377cd9561f46985222
Author: xemdetia <xemdetia at 808inorganic.com>
Date: Tue Feb 27 15:29:32 2018 -0500
Fix documentation link to reference man3
CLA: trivial
Reviewed-by: Matthias St. Pierre <Matthias.St.Pierre at ncp-e.com>
Reviewed-by: Richard Levitte <levitte at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/5473)
-----------------------------------------------------------------------
Summary of changes:
doc/man3/EVP_DigestInit.pod | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/doc/man3/EVP_DigestInit.pod b/doc/man3/EVP_DigestInit.pod
index 187292f..45c361e 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.
More information about the openssl-commits
mailing list