summaryrefslogtreecommitdiffstats
path: root/lib/libssl/src
diff options
context:
space:
mode:
authormiod <miod@openbsd.org>2015-02-14 18:08:20 +0000
committermiod <miod@openbsd.org>2015-02-14 18:08:20 +0000
commite4aceffb5a55407151fd03613c7d8d95c83bb78e (patch)
treec803623997000186edf1589f7da4a022515194ee /lib/libssl/src
parent1.18 would introduce a possible out-of-bounds access in the error path; (diff)
downloadwireguard-openbsd-e4aceffb5a55407151fd03613c7d8d95c83bb78e.tar.xz
wireguard-openbsd-e4aceffb5a55407151fd03613c7d8d95c83bb78e.zip
Words read better when they are separated by spaces.
Diffstat (limited to 'lib/libssl/src')
-rw-r--r--lib/libssl/src/doc/crypto/EVP_DigestInit.pod2
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