From e4aceffb5a55407151fd03613c7d8d95c83bb78e Mon Sep 17 00:00:00 2001 From: miod Date: Sat, 14 Feb 2015 18:08:20 +0000 Subject: Words read better when they are separated by spaces. --- lib/libssl/src/doc/crypto/EVP_DigestInit.pod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/libssl/src') 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 to use a digest B from ENGINE B. B must be initialized before calling this -function. B will typically be supplied by a functionsuch as EVP_sha1(). +function. B will typically be supplied by a function such as EVP_sha1(). If B is NULL then the default implementation of digest B is used. EVP_DigestUpdate() hashes B bytes of data at B into the -- cgit v1.2.3-59-g8ed1b