diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2015-02-14 18:08:21 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2015-02-14 18:08:21 +0000 |
commit | 63b5662703747780b61bfc10f7b1e2438398ad58 (patch) | |
tree | 077557a21862d5c2bedad0fd22456c529067f3c9 /lib/libssl | |
parent | bd295e162c21e58e2bda9f5fe6331bf2b2a0b989 (diff) |
Words read better when they are separated by spaces.
Diffstat (limited to 'lib/libssl')
-rw-r--r-- | lib/libssl/src/doc/crypto/EVP_DigestInit.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libssl/src/doc/crypto/EVP_DigestInit.pod b/lib/libssl/src/doc/crypto/EVP_DigestInit.pod index 3a71efd23d9..4b48080b4a4 100644 --- a/lib/libssl/src/doc/crypto/EVP_DigestInit.pod +++ b/lib/libssl/src/doc/crypto/EVP_DigestInit.pod @@ -75,7 +75,7 @@ EVP_MD_CTX_create() allocates, initializes and returns a digest context. EVP_DigestInit_ex() sets up digest context B<ctx> to use a digest B<type> from ENGINE B<impl>. B<ctx> must be initialized before calling this -function. B<type> will typically be supplied by a functionsuch as EVP_sha1(). +function. B<type> will typically be supplied by a function such as EVP_sha1(). If B<impl> is NULL then the default implementation of digest B<type> is used. EVP_DigestUpdate() hashes B<cnt> bytes of data at B<d> into the |