[openssl] master update
nic.tuv at gmail.com
nic.tuv at gmail.com
Tue Feb 26 15:51:24 UTC 2019
The branch master has been updated
via b3883f77df33989b0d4298ca9a21d8595dd9a8c9 (commit)
from f4800345d95d632d424f9b2725418c0c2ec6f029 (commit)
- Log -----------------------------------------------------------------
commit b3883f77df33989b0d4298ca9a21d8595dd9a8c9
Author: Nicola Tuveri <nic.tuv at gmail.com>
Date: Sun Feb 24 21:29:32 2019 +0200
Fix trivial typo in EVP_DigestVerifyInit doc
Reviewed-by: Paul Yang <yang.yang at baishancloud.com>
Reviewed-by: Matt Caswell <matt at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/8319)
-----------------------------------------------------------------------
Summary of changes:
doc/man3/EVP_DigestVerifyInit.pod | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/doc/man3/EVP_DigestVerifyInit.pod b/doc/man3/EVP_DigestVerifyInit.pod
index d3275f2..abb2930 100644
--- a/doc/man3/EVP_DigestVerifyInit.pod
+++ b/doc/man3/EVP_DigestVerifyInit.pod
@@ -28,8 +28,8 @@ EVP_PKEY_CTX of the verification operation will be written to B<*pctx>: this
can be used to set alternative verification options. Note that any existing
value in B<*pctx> is overwritten. The EVP_PKEY_CTX value returned must not be freed
directly by the application if B<ctx> is not assigned an EVP_PKEY_CTX value before
-being passed to EVP_DigestSignInit() (which means the EVP_PKEY_CTX is created
-inside EVP_DigestSignInit() and it will be freed automatically when the
+being passed to EVP_DigestVerifyInit() (which means the EVP_PKEY_CTX is created
+inside EVP_DigestVerifyInit() and it will be freed automatically when the
EVP_MD_CTX is freed).
No B<EVP_PKEY_CTX> will be created by EVP_DigsetSignInit() if the passed B<ctx>
More information about the openssl-commits
mailing list