diff options
Diffstat (limited to 'src/lib/libcrypto/doc/EVP_DigestSignInit.pod')
| -rw-r--r-- | src/lib/libcrypto/doc/EVP_DigestSignInit.pod | 4 |
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 | |||
| 56 | the use of clone digest is now discouraged. | 56 | the use of clone digest is now discouraged. |
| 57 | 57 | ||
| 58 | For some key types and parameters the random number generator must be seeded | 58 | For some key types and parameters the random number generator must be seeded |
| 59 | or the operation will fail. | 59 | or the operation will fail. |
| 60 | 60 | ||
| 61 | The call to EVP_DigestSignFinal() internally finalizes a copy of the digest | 61 | The call to EVP_DigestSignFinal() internally finalizes a copy of the digest |
| 62 | context. This means that calls to EVP_DigestSignUpdate() and | 62 | context. 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 | ||
| 84 | EVP_DigestSignInit(), EVP_DigestSignUpdate() and EVP_DigestSignFinal() | 84 | EVP_DigestSignInit(), EVP_DigestSignUpdate() and EVP_DigestSignFinal() |
| 85 | were first added to OpenSSL 1.0.0. | 85 | were first added to OpenSSL 1.0.0. |
| 86 | 86 | ||
| 87 | =cut | 87 | =cut |
