From: David Makepeace Date: Wed, 28 Nov 2018 04:03:15 +0000 (+1000) Subject: Minor doc fixes for EVP_MAC. X-Git-Tag: openssl-3.0.0-alpha1~2676 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=cf1698cb9137de7fa4681f5babbdcb464ed1c70d;p=oweals%2Fopenssl.git Minor doc fixes for EVP_MAC. Reviewed-by: Richard Levitte Reviewed-by: Paul Dale (Merged from https://github.com/openssl/openssl/pull/7716) --- diff --git a/doc/man3/EVP_MAC.pod b/doc/man3/EVP_MAC.pod index 58a347068b..0e0d749b51 100644 --- a/doc/man3/EVP_MAC.pod +++ b/doc/man3/EVP_MAC.pod @@ -111,7 +111,7 @@ This functions takes variable arguments, the exact expected arguments depend on C. EVP_MAC_ctrl() can be called both before and after EVP_MAC_init(), but the effect will depend on what control is being use. -See below for a description of standard controls. +See L below for a description of standard controls. EVP_MAC_vctrl() is the variant of EVP_MAC_ctrl() that takes a C argument instead of variadic arguments. diff --git a/doc/man7/EVP_MAC_HMAC.pod b/doc/man7/EVP_MAC_HMAC.pod index b5ae94d442..c8aa04756d 100644 --- a/doc/man7/EVP_MAC_HMAC.pod +++ b/doc/man7/EVP_MAC_HMAC.pod @@ -49,7 +49,7 @@ There are no corresponding string control types. These work as described in L. -EVP_MAC_ctrl_str() type string for B: "digest" +EVP_MAC_ctrl_str() type string for B: "digest" The value is expected to be the name of a cipher.