From: Pauli Date: Sun, 22 Sep 2019 00:48:40 +0000 (+1000) Subject: Remove the engine parameter from the individual MAC documentation X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8d1502da1ea40c64a9872f288132ec21804731d8;p=openssl 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 05d198a7a5..0b30c93735 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 4953221909..79aaaa5b24 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 6e9e74dd37..3ca2909d03 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")