diff options
Diffstat (limited to 'src/lib/libcrypto/doc/EVP_DigestSignInit.pod')
| -rw-r--r-- | src/lib/libcrypto/doc/EVP_DigestSignInit.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/libcrypto/doc/EVP_DigestSignInit.pod b/src/lib/libcrypto/doc/EVP_DigestSignInit.pod index 7fd4c22e79..00205d2ae9 100644 --- a/src/lib/libcrypto/doc/EVP_DigestSignInit.pod +++ b/src/lib/libcrypto/doc/EVP_DigestSignInit.pod | |||
| @@ -27,7 +27,7 @@ be used to set alternative signing options. | |||
| 27 | EVP_DigestSignUpdate() hashes B<cnt> bytes of data at B<d> into the | 27 | EVP_DigestSignUpdate() hashes B<cnt> bytes of data at B<d> into the |
| 28 | signature context B<ctx>. This function can be called several times on the | 28 | signature context B<ctx>. This function can be called several times on the |
| 29 | same B<ctx> to include additional data. This function is currently implemented | 29 | same B<ctx> to include additional data. This function is currently implemented |
| 30 | usig a macro. | 30 | using a macro. |
| 31 | 31 | ||
| 32 | EVP_DigestSignFinal() signs the data in B<ctx> places the signature in B<sig>. | 32 | EVP_DigestSignFinal() signs the data in B<ctx> places the signature in B<sig>. |
| 33 | If B<sig> is B<NULL> then the maximum size of the output buffer is written to | 33 | If B<sig> is B<NULL> then the maximum size of the output buffer is written to |
