summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/doc/EVP_DigestVerifyInit.pod
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/doc/EVP_DigestVerifyInit.pod')
-rw-r--r--src/lib/libcrypto/doc/EVP_DigestVerifyInit.pod4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libcrypto/doc/EVP_DigestVerifyInit.pod b/src/lib/libcrypto/doc/EVP_DigestVerifyInit.pod
index f224488978..819e0d4b9f 100644
--- a/src/lib/libcrypto/doc/EVP_DigestVerifyInit.pod
+++ b/src/lib/libcrypto/doc/EVP_DigestVerifyInit.pod
@@ -56,7 +56,7 @@ needed to be used to sign using SHA1 and DSA. This is no longer necessary and
56the use of clone digest is now discouraged. 56the use of clone digest is now discouraged.
57 57
58For some key types and parameters the random number generator must be seeded 58For some key types and parameters the random number generator must be seeded
59or the operation will fail. 59or the operation will fail.
60 60
61The call to EVP_DigestVerifyFinal() internally finalizes a copy of the digest 61The call to EVP_DigestVerifyFinal() internally finalizes a copy of the digest
62context. This means that calls to EVP_VerifyUpdate() and EVP_VerifyFinal() can 62context. This means that calls to EVP_VerifyUpdate() and EVP_VerifyFinal() can
@@ -76,7 +76,7 @@ L<sha(3)|sha(3)>, L<dgst(1)|dgst(1)>
76 76
77=head1 HISTORY 77=head1 HISTORY
78 78
79EVP_DigestVerifyInit(), EVP_DigestVerifyUpdate() and EVP_DigestVerifyFinal() 79EVP_DigestVerifyInit(), EVP_DigestVerifyUpdate() and EVP_DigestVerifyFinal()
80were first added to OpenSSL 1.0.0. 80were first added to OpenSSL 1.0.0.
81 81
82=cut 82=cut