diff options
author | miod <> | 2015-02-14 18:08:20 +0000 |
---|---|---|
committer | miod <> | 2015-02-14 18:08:20 +0000 |
commit | d04666e4754ff03d3f4e171f4da24871894aa15a (patch) | |
tree | 4fbd83aef5ff439a43e1ffb6aff31c89bb6eda32 /src | |
parent | 7c212c070d546611ce90c48f5bf1c210dcb0a2f6 (diff) | |
download | openbsd-d04666e4754ff03d3f4e171f4da24871894aa15a.tar.gz openbsd-d04666e4754ff03d3f4e171f4da24871894aa15a.tar.bz2 openbsd-d04666e4754ff03d3f4e171f4da24871894aa15a.zip |
Words read better when they are separated by spaces.
Diffstat (limited to 'src')
-rw-r--r-- | src/lib/libcrypto/doc/EVP_DigestInit.pod | 2 | ||||
-rw-r--r-- | src/lib/libssl/src/doc/crypto/EVP_DigestInit.pod | 2 |
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 | ||
76 | EVP_DigestInit_ex() sets up digest context B<ctx> to use a digest | 76 | EVP_DigestInit_ex() sets up digest context B<ctx> to use a digest |
77 | B<type> from ENGINE B<impl>. B<ctx> must be initialized before calling this | 77 | B<type> from ENGINE B<impl>. B<ctx> must be initialized before calling this |
78 | function. B<type> will typically be supplied by a functionsuch as EVP_sha1(). | 78 | function. B<type> will typically be supplied by a function such as EVP_sha1(). |
79 | If B<impl> is NULL then the default implementation of digest B<type> is used. | 79 | If B<impl> is NULL then the default implementation of digest B<type> is used. |
80 | 80 | ||
81 | EVP_DigestUpdate() hashes B<cnt> bytes of data at B<d> into the | 81 | EVP_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 | ||
76 | EVP_DigestInit_ex() sets up digest context B<ctx> to use a digest | 76 | EVP_DigestInit_ex() sets up digest context B<ctx> to use a digest |
77 | B<type> from ENGINE B<impl>. B<ctx> must be initialized before calling this | 77 | B<type> from ENGINE B<impl>. B<ctx> must be initialized before calling this |
78 | function. B<type> will typically be supplied by a functionsuch as EVP_sha1(). | 78 | function. B<type> will typically be supplied by a function such as EVP_sha1(). |
79 | If B<impl> is NULL then the default implementation of digest B<type> is used. | 79 | If B<impl> is NULL then the default implementation of digest B<type> is used. |
80 | 80 | ||
81 | EVP_DigestUpdate() hashes B<cnt> bytes of data at B<d> into the | 81 | EVP_DigestUpdate() hashes B<cnt> bytes of data at B<d> into the |