summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/doc/EVP_DigestSignInit.pod
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/doc/EVP_DigestSignInit.pod')
-rw-r--r--src/lib/libcrypto/doc/EVP_DigestSignInit.pod4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libcrypto/doc/EVP_DigestSignInit.pod b/src/lib/libcrypto/doc/EVP_DigestSignInit.pod
index 37d960e3b2..11e8f6f937 100644
--- a/src/lib/libcrypto/doc/EVP_DigestSignInit.pod
+++ b/src/lib/libcrypto/doc/EVP_DigestSignInit.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_DigestSignFinal() internally finalizes a copy of the digest 61The call to EVP_DigestSignFinal() internally finalizes a copy of the digest
62context. This means that calls to EVP_DigestSignUpdate() and 62context. This means that calls to EVP_DigestSignUpdate() and
@@ -81,7 +81,7 @@ L<sha(3)|sha(3)>, L<dgst(1)|dgst(1)>
81 81
82=head1 HISTORY 82=head1 HISTORY
83 83
84EVP_DigestSignInit(), EVP_DigestSignUpdate() and EVP_DigestSignFinal() 84EVP_DigestSignInit(), EVP_DigestSignUpdate() and EVP_DigestSignFinal()
85were first added to OpenSSL 1.0.0. 85were first added to OpenSSL 1.0.0.
86 86
87=cut 87=cut