diff options
| author | sobrado <> | 2015-09-22 08:08:07 +0000 |
|---|---|---|
| committer | sobrado <> | 2015-09-22 08:08:07 +0000 |
| commit | 7746c18fb3482ba8d6fd1f9508801722028094b1 (patch) | |
| tree | 44f72e5c66d08a8e69898fb02d0eff61ca84d533 /src/lib/libcrypto/doc/EVP_DigestSignInit.pod | |
| parent | b15d8c593eec3a6437fc962608396fa0c9fe134b (diff) | |
| download | openbsd-libressl-v2.3.0.tar.gz openbsd-libressl-v2.3.0.tar.bz2 openbsd-libressl-v2.3.0.zip | |
typos in documentation; better wording, suggested by jmc@libressl-v2.3.0
ok jmc@
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 |
