summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/doc/EVP_DigestSignInit.pod
diff options
context:
space:
mode:
authorsobrado <>2015-09-22 08:08:07 +0000
committersobrado <>2015-09-22 08:08:07 +0000
commit7746c18fb3482ba8d6fd1f9508801722028094b1 (patch)
tree44f72e5c66d08a8e69898fb02d0eff61ca84d533 /src/lib/libcrypto/doc/EVP_DigestSignInit.pod
parentb15d8c593eec3a6437fc962608396fa0c9fe134b (diff)
downloadopenbsd-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.pod2
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.
27EVP_DigestSignUpdate() hashes B<cnt> bytes of data at B<d> into the 27EVP_DigestSignUpdate() hashes B<cnt> bytes of data at B<d> into the
28signature context B<ctx>. This function can be called several times on the 28signature context B<ctx>. This function can be called several times on the
29same B<ctx> to include additional data. This function is currently implemented 29same B<ctx> to include additional data. This function is currently implemented
30usig a macro. 30using a macro.
31 31
32EVP_DigestSignFinal() signs the data in B<ctx> places the signature in B<sig>. 32EVP_DigestSignFinal() signs the data in B<ctx> places the signature in B<sig>.
33If B<sig> is B<NULL> then the maximum size of the output buffer is written to 33If B<sig> is B<NULL> then the maximum size of the output buffer is written to