From: xemdetia Date: Tue, 27 Feb 2018 20:29:32 +0000 (-0500) Subject: Fix documentation link to reference man3 X-Git-Tag: OpenSSL_1_1_1-pre3~220 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=89f66fe2bc4fc9bf5eb17a377cd9561f46985222;p=oweals%2Fopenssl.git Fix documentation link to reference man3 CLA: trivial Reviewed-by: Matthias St. Pierre Reviewed-by: Richard Levitte (Merged from https://github.com/openssl/openssl/pull/5473) --- diff --git a/doc/man3/EVP_DigestInit.pod b/doc/man3/EVP_DigestInit.pod index 187292fc18..45c361e66c 100644 --- a/doc/man3/EVP_DigestInit.pod +++ b/doc/man3/EVP_DigestInit.pod @@ -217,8 +217,8 @@ preference to the low level interfaces. This is because the code then becomes transparent to the digest used and much more flexible. New applications should use the SHA-2 (such as L) or the SHA-3 -digest algorithms (such as L). The other digest algorithms are -still in common use. +digest algorithms (such as L). The other digest algorithms +are still in common use. For most applications the B parameter to EVP_DigestInit_ex() will be set to NULL to use the default digest implementation.