summaryrefslogtreecommitdiffstats
path: root/providers/common/macs/hmac_prov.c
diff options
context:
space:
mode:
authorPauli <paul.dale@oracle.com>2019-09-22 02:45:07 +0200
committerPauli <paul.dale@oracle.com>2019-09-25 03:20:41 +0200
commit5053a3766a13f40afb3c89f54d1f9a5eae38a3eb (patch)
treee9387d67211761d891dc0fda5659c5997c736e3c /providers/common/macs/hmac_prov.c
parentRemove engine param macros from wrapper APIs (diff)
downloadopenssl-5053a3766a13f40afb3c89f54d1f9a5eae38a3eb.tar.xz
openssl-5053a3766a13f40afb3c89f54d1f9a5eae38a3eb.zip
Remove engine param from the settable list
Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/9971)
Diffstat (limited to '')
-rw-r--r--providers/common/macs/hmac_prov.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/providers/common/macs/hmac_prov.c b/providers/common/macs/hmac_prov.c
index 64d6dd9dc9..e9d7647ce2 100644
--- a/providers/common/macs/hmac_prov.c
+++ b/providers/common/macs/hmac_prov.c
@@ -150,7 +150,6 @@ static int hmac_get_ctx_params(void *vmacctx, OSSL_PARAM params[])
static const OSSL_PARAM known_settable_ctx_params[] = {
OSSL_PARAM_utf8_string(OSSL_MAC_PARAM_DIGEST, NULL, 0),
- OSSL_PARAM_utf8_string(OSSL_MAC_PARAM_ENGINE, NULL, 0),
OSSL_PARAM_utf8_string(OSSL_MAC_PARAM_PROPERTIES, NULL, 0),
OSSL_PARAM_octet_string(OSSL_MAC_PARAM_KEY, NULL, 0),
OSSL_PARAM_int(OSSL_MAC_PARAM_FLAGS, NULL),