[openssl] OpenSSL_1_1_1-stable update
matthias.st.pierre at ncp-e.com
matthias.st.pierre at ncp-e.com
Fri May 31 09:52:00 UTC 2019
The branch OpenSSL_1_1_1-stable has been updated
via 8d5c80539df8f306798f416f19512f892687d84a (commit)
from e9ad1e00e1f02502eea5f99cfe8463bc93fac3cf (commit)
- Log -----------------------------------------------------------------
commit 8d5c80539df8f306798f416f19512f892687d84a
Author: Sambit Kumar Dash <sambitdash at gmail.com>
Date: Fri May 31 02:53:02 2019 +0530
Update EVP_VerifyInit.pod
Method name correction.
CLA: trivial
Reviewed-by: Matt Caswell <matt at openssl.org>
Reviewed-by: Matthias St. Pierre <Matthias.St.Pierre at ncp-e.com>
(Merged from https://github.com/openssl/openssl/pull/9052)
(cherry picked from commit 3c9a8d4a5155e1b02fab63ea97b8131eadda8320)
-----------------------------------------------------------------------
Summary of changes:
doc/man3/EVP_VerifyInit.pod | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/man3/EVP_VerifyInit.pod b/doc/man3/EVP_VerifyInit.pod
index f868258..3f36e00 100644
--- a/doc/man3/EVP_VerifyInit.pod
+++ b/doc/man3/EVP_VerifyInit.pod
@@ -72,7 +72,7 @@ data have been passed through EVP_SignUpdate().
It is not possible to change the signing parameters using these function.
-The previous two bugs are fixed in the newer EVP_VerifyDigest*() function.
+The previous two bugs are fixed in the newer EVP_DigestVerify*() function.
=head1 SEE ALSO
More information about the openssl-commits
mailing list