diff options
author | Pauli <paul.dale@oracle.com> | 2019-09-22 02:48:40 +0200 |
---|---|---|
committer | Pauli <paul.dale@oracle.com> | 2019-09-25 03:20:42 +0200 |
commit | 8d1502da1ea40c64a9872f288132ec21804731d8 (patch) | |
tree | 18680ba3c339c82aec6a3ce6f2d446c53e814827 /doc/man7/EVP_MAC-HMAC.pod | |
parent | Remove engine param from EVP_KDF and EVP_MAC documentation (diff) | |
download | openssl-8d1502da1ea40c64a9872f288132ec21804731d8.tar.xz openssl-8d1502da1ea40c64a9872f288132ec21804731d8.zip |
Remove the engine parameter from the individual MAC documentation
Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/9971)
Diffstat (limited to '')
-rw-r--r-- | doc/man7/EVP_MAC-HMAC.pod | 2 |
1 files changed, 0 insertions, 2 deletions
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<OSSL_MAC_PARAM_FLAGS> ("flags") <octet string> -=item B<OSSL_MAC_PARAM_ENGINE> ("engine") <utf8 string> - =item B<OSSL_MAC_PARAM_DIGEST> ("digest") <utf8 string> =item B<OSSL_MAC_PARAM_PROPERTIES> ("properties") <utf8 string> |