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.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