summaryrefslogtreecommitdiff
path: root/crypto/evp/p_lib.c
diff options
context:
space:
mode:
authorPauli <paul.dale@oracle.com>2019-09-22 10:43:08 +1000
committerPauli <paul.dale@oracle.com>2019-09-25 11:20:41 +1000
commit69db30449ee1f75d2be74c91d6f15b8322a2b824 (patch)
tree6055d148de24a9fc472aa9842274885f07d73850 /crypto/evp/p_lib.c
parent38cfb11d47a6f8c1cbfcdb69f7e10f928521d250 (diff)
downloadopenssl-new-69db30449ee1f75d2be74c91d6f15b8322a2b824.tar.gz
Remove engine param macros from wrapper APIs
Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/9971)
Diffstat (limited to 'crypto/evp/p_lib.c')
-rw-r--r--crypto/evp/p_lib.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/crypto/evp/p_lib.c b/crypto/evp/p_lib.c
index 5ec519d27c..83cf12fff3 100644
--- a/crypto/evp/p_lib.c
+++ b/crypto/evp/p_lib.c
@@ -344,8 +344,7 @@ EVP_PKEY *EVP_PKEY_new_CMAC_key(ENGINE *e, const unsigned char *priv,
# ifndef OPENSSL_NO_ENGINE
if (engine_id != NULL)
params[paramsn++] =
- OSSL_PARAM_construct_utf8_string(OSSL_MAC_PARAM_ENGINE,
- (char *)engine_id, 0);
+ OSSL_PARAM_construct_utf8_string("engine", (char *)engine_id, 0);
# endif
params[paramsn++] =