From: Pauli Date: Wed, 14 Apr 2021 08:45:44 +0000 (+1000) Subject: lifecycle: correct [sg]ettable to [sg]et X-Git-Tag: openssl-3.0.0-alpha15~85 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ed348378070e6240c64900c4a4e9e8f7ff7c8320;p=thirdparty%2Fopenssl.git lifecycle: correct [sg]ettable to [sg]et Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/14867) --- diff --git a/doc/man7/life_cycle-mac.pod b/doc/man7/life_cycle-mac.pod index b9812f7cae5..0e7590740d6 100644 --- a/doc/man7/life_cycle-mac.pod +++ b/doc/man7/life_cycle-mac.pod @@ -99,8 +99,8 @@ This is the canonical list. EVP_MAC_update updated updated EVP_MAC_final finaled EVP_MAC_CTX_free freed freed freed freed freed - EVP_MAC_gettable_ctx_params newed initialised updated - EVP_MAC_settable_ctx_params newed initialised updated + EVP_MAC_CTX_get_params newed initialised updated + EVP_MAC_CTX_set_params newed initialised updated EVP_MAC_CTX_gettable_params newed initialised updated EVP_MAC_CTX_settable_params newed initialised updated @@ -153,14 +153,14 @@ This is the canonical list. freed freed -EVP_MAC_gettable_ctx_params +EVP_MAC_CTX_get_params newed initialised updated -EVP_MAC_settable_ctx_params +EVP_MAC_CTX_set_params newed initialised