summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorPauli <paul.dale@oracle.com>2019-09-02 14:09:37 +1000
committerPauli <paul.dale@oracle.com>2019-09-02 14:28:35 +1000
commitba24076face82b45b0adf66a40e2771a319d6375 (patch)
treeb63e3e889e1fef5ec5332c3f50d9d7b00dfa503b /doc
parent24fd8541d47a46052b975db98b465faa7e4d898c (diff)
Fix function name typo in MAC documentation.
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)
Diffstat (limited to 'doc')
-rw-r--r--doc/man3/EVP_MAC.pod2
1 files changed, 1 insertions, 1 deletions
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<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.