Fix function name typo in MAC documentation.
authorPauli <paul.dale@oracle.com>
Mon, 2 Sep 2019 04:09:37 +0000 (14:09 +1000)
committerPauli <paul.dale@oracle.com>
Mon, 2 Sep 2019 04:28:35 +0000 (14:28 +1000)
A spurious CTX crept into one of the function names.

Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/9750)

doc/man3/EVP_MAC.pod

index afb54e3ef7ceadbab599480bfc0cf60b28abd888..5fa498a4712977f0f0501e6f1f6d5b3e14e201e1 100644 (file)
@@ -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<OSSL_PARAM> 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<OSSL_PARAM(3)> for the use of B<OSSL_PARAM> as parameter descriptor.