summaryrefslogtreecommitdiffstats
path: root/doc
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:38:47 +1000
commit091aab66a6dbc3a3ecee7684aa30811b342f04e7 (patch)
tree3c37a8ca796d052ebdfa507f5f227257108681b3 /doc
parent9c0586d5fc7988d2f8544f7884572a3b430406f6 (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)
Diffstat (limited to 'doc')
-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 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()