From 89f66fe2bc4fc9bf5eb17a377cd9561f46985222 Mon Sep 17 00:00:00 2001 From: xemdetia Date: Tue, 27 Feb 2018 15:29:32 -0500 Subject: [PATCH] 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) --- doc/man3/EVP_DigestInit.pod | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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. -- 2.25.1