From ba24076face82b45b0adf66a40e2771a319d6375 Mon Sep 17 00:00:00 2001 From: Pauli Date: Mon, 2 Sep 2019 14:09:37 +1000 Subject: 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) --- doc/man3/EVP_MAC.pod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') 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. -- cgit v1.2.3