summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Heimes <christian@python.org>2019-09-27 11:08:43 +0200
committerPauli <paul.dale@oracle.com>2019-10-03 10:39:21 +1000
commit45ab67614a224bfbe0dd3500f535ef6db43451ef (patch)
treea95edb95bc0519fc6e535d9fd6bf27f021846546
parent51f879a31f926ba12b783c68f4ba9e4ee490145f (diff)
doc: EVP_DigestInit clears all flags
Mention that EVP_DigestInit() also clears all flags. Fixes: 10031 Signed-off-by: Christian Heimes <christian@python.org> Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org> Reviewed-by: Paul Dale <paul.dale@oracle.com> (Merged from https://github.com/openssl/openssl/pull/10032) (cherry picked from commit 091aab66a6dbc3a3ecee7684aa30811b342f04e7)
-rw-r--r--doc/man3/EVP_DigestInit.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/man3/EVP_DigestInit.pod b/doc/man3/EVP_DigestInit.pod
index a24d7bf0c7..d5cbee45ca 100644
--- a/doc/man3/EVP_DigestInit.pod
+++ b/doc/man3/EVP_DigestInit.pod
@@ -122,7 +122,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()