From: Pauli Date: Sun, 22 Sep 2019 00:48:40 +0000 (+1000) Subject: Remove the engine parameter from the individual MAC documentation X-Git-Tag: openssl-3.0.0-alpha1~1286 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8d1502da1ea40c64a9872f288132ec21804731d8;p=thirdparty%2Fopenssl.git Remove the engine parameter from the individual MAC documentation Reviewed-by: Richard Levitte (Merged from https://github.com/openssl/openssl/pull/9971) --- diff --git a/doc/man7/EVP_MAC-CMAC.pod b/doc/man7/EVP_MAC-CMAC.pod index 05d198a7a57..0b30c93735d 100644 --- a/doc/man7/EVP_MAC-CMAC.pod +++ b/doc/man7/EVP_MAC-CMAC.pod @@ -30,8 +30,6 @@ The following parameter can be set with EVP_MAC_CTX_set_params(): =item B ("key") -=item B ("engine") - =item B ("cipher") =item B ("properties") diff --git a/doc/man7/EVP_MAC-GMAC.pod b/doc/man7/EVP_MAC-GMAC.pod index 49532219096..79aaaa5b240 100644 --- a/doc/man7/EVP_MAC-GMAC.pod +++ b/doc/man7/EVP_MAC-GMAC.pod @@ -32,8 +32,6 @@ The following parameter can be set with EVP_MAC_CTX_set_params(): =item B ("iv") -=item B ("engine") - =item B ("cipher") =item B ("properties") diff --git a/doc/man7/EVP_MAC-HMAC.pod b/doc/man7/EVP_MAC-HMAC.pod index 6e9e74dd37c..3ca2909d038 100644 --- a/doc/man7/EVP_MAC-HMAC.pod +++ b/doc/man7/EVP_MAC-HMAC.pod @@ -32,8 +32,6 @@ The following parameter can be set with EVP_MAC_CTX_set_params(): =item B ("flags") -=item B ("engine") - =item B ("digest") =item B ("properties")