[openssl] master update

Dr. Paul Dale pauli at openssl.org
Mon Sep 2 04:29:02 UTC 2019


The branch master has been updated
       via  ba24076face82b45b0adf66a40e2771a319d6375 (commit)
      from  24fd8541d47a46052b975db98b465faa7e4d898c (commit)


- Log -----------------------------------------------------------------
commit ba24076face82b45b0adf66a40e2771a319d6375
Author: Pauli <paul.dale at oracle.com>
Date:   Mon Sep 2 14:09:37 2019 +1000

    Fix function name typo in MAC documentation.
    
    A spurious CTX crept into one of the function names.
    
    Reviewed-by: Richard Levitte <levitte at openssl.org>
    (Merged from https://github.com/openssl/openssl/pull/9750)

-----------------------------------------------------------------------

Summary of changes:
 doc/man3/EVP_MAC.pod | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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.
 


More information about the openssl-commits mailing list