From: Pauli Date: Mon, 2 Sep 2019 04:09:37 +0000 (+1000) Subject: Fix function name typo in MAC documentation. X-Git-Tag: openssl-3.0.0-alpha1~1514 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=ba24076face82b45b0adf66a40e2771a319d6375;p=oweals%2Fopenssl.git Fix function name typo in MAC documentation. A spurious CTX crept into one of the function names. Reviewed-by: Richard Levitte (Merged from https://github.com/openssl/openssl/pull/9750) --- diff --git a/doc/man3/EVP_MAC.pod b/doc/man3/EVP_MAC.pod index afb54e3ef7..5fa498a471 100644 --- a/doc/man3/EVP_MAC.pod +++ b/doc/man3/EVP_MAC.pod @@ -147,7 +147,7 @@ defined by the implementation. EVP_MAC_gettable_params(), EVP_MAC_CTX_gettable_params() and EVP_MAC_CTX_settable_params() get a constant B array that decribes the retrievable and settable parameters, i.e. parameters that -can be used with EVP_MAC_CTX_get_params(), EVP_MAC_CTX_get_params() +can be used with EVP_MAC_get_params(), EVP_MAC_CTX_get_params() and EVP_MAC_CTX_set_params(), respectively. See L for the use of B as parameter descriptor.