[openssl] master update
Dr. Paul Dale
pauli at openssl.org
Thu Oct 3 00:39:11 UTC 2019
The branch master has been updated
via 091aab66a6dbc3a3ecee7684aa30811b342f04e7 (commit)
from 9c0586d5fc7988d2f8544f7884572a3b430406f6 (commit)
- Log -----------------------------------------------------------------
commit 091aab66a6dbc3a3ecee7684aa30811b342f04e7
Author: Christian Heimes <christian at python.org>
Date: Fri Sep 27 11:08:43 2019 +0200
doc: EVP_DigestInit clears all flags
Mention that EVP_DigestInit() also clears all flags.
Fixes: 10031
Signed-off-by: Christian Heimes <christian at python.org>
Reviewed-by: Tomas Mraz <tmraz at fedoraproject.org>
Reviewed-by: Paul Dale <paul.dale at oracle.com>
(Merged from https://github.com/openssl/openssl/pull/10032)
-----------------------------------------------------------------------
Summary of changes:
doc/man3/EVP_DigestInit.pod | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/man3/EVP_DigestInit.pod b/doc/man3/EVP_DigestInit.pod
index 1e37160faa..dfc63eba49 100644
--- a/doc/man3/EVP_DigestInit.pod
+++ b/doc/man3/EVP_DigestInit.pod
@@ -226,7 +226,7 @@ few bytes.
=item EVP_DigestInit()
Behaves in the same way as EVP_DigestInit_ex() except it always uses the
-default digest implementation.
+default digest implementation and calls EVP_MD_CTX_reset().
=item EVP_DigestFinal()
More information about the openssl-commits
mailing list