summaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/libcrypto/doc/EVP_DigestInit.pod2
-rw-r--r--src/lib/libssl/src/doc/crypto/EVP_DigestInit.pod2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libcrypto/doc/EVP_DigestInit.pod b/src/lib/libcrypto/doc/EVP_DigestInit.pod
index 3a71efd23d..4b48080b4a 100644
--- a/src/lib/libcrypto/doc/EVP_DigestInit.pod
+++ b/src/lib/libcrypto/doc/EVP_DigestInit.pod
@@ -75,7 +75,7 @@ EVP_MD_CTX_create() allocates, initializes and returns a digest context.
75 75
76EVP_DigestInit_ex() sets up digest context B<ctx> to use a digest 76EVP_DigestInit_ex() sets up digest context B<ctx> to use a digest
77B<type> from ENGINE B<impl>. B<ctx> must be initialized before calling this 77B<type> from ENGINE B<impl>. B<ctx> must be initialized before calling this
78function. B<type> will typically be supplied by a functionsuch as EVP_sha1(). 78function. B<type> will typically be supplied by a function such as EVP_sha1().
79If B<impl> is NULL then the default implementation of digest B<type> is used. 79If B<impl> is NULL then the default implementation of digest B<type> is used.
80 80
81EVP_DigestUpdate() hashes B<cnt> bytes of data at B<d> into the 81EVP_DigestUpdate() hashes B<cnt> bytes of data at B<d> into the
diff --git a/src/lib/libssl/src/doc/crypto/EVP_DigestInit.pod b/src/lib/libssl/src/doc/crypto/EVP_DigestInit.pod
index 3a71efd23d..4b48080b4a 100644
--- a/src/lib/libssl/src/doc/crypto/EVP_DigestInit.pod
+++ b/src/lib/libssl/src/doc/crypto/EVP_DigestInit.pod
@@ -75,7 +75,7 @@ EVP_MD_CTX_create() allocates, initializes and returns a digest context.
75 75
76EVP_DigestInit_ex() sets up digest context B<ctx> to use a digest 76EVP_DigestInit_ex() sets up digest context B<ctx> to use a digest
77B<type> from ENGINE B<impl>. B<ctx> must be initialized before calling this 77B<type> from ENGINE B<impl>. B<ctx> must be initialized before calling this
78function. B<type> will typically be supplied by a functionsuch as EVP_sha1(). 78function. B<type> will typically be supplied by a function such as EVP_sha1().
79If B<impl> is NULL then the default implementation of digest B<type> is used. 79If B<impl> is NULL then the default implementation of digest B<type> is used.
80 80
81EVP_DigestUpdate() hashes B<cnt> bytes of data at B<d> into the 81EVP_DigestUpdate() hashes B<cnt> bytes of data at B<d> into the