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 | 8a651109f999eefb4a7aaf998afd7f691021efdc (patch) | |
tree | fec516bd80e24d0b4224ca64211e7843da448983 | |
parent | aa63d9da28d46b66cae521bb748d75f5aeb29688 (diff) |
Words read better when they are separated by spaces.
-rw-r--r-- | lib/libcrypto/doc/EVP_DigestInit.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libcrypto/doc/EVP_DigestInit.pod b/lib/libcrypto/doc/EVP_DigestInit.pod index 3a71efd23d9..4b48080b4a4 100644 --- a/lib/libcrypto/doc/EVP_DigestInit.pod +++ b/lib/libcrypto/doc/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 |