From a5cc6616454701bfcdd1694e109389c764f6f31c Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Mon, 26 Oct 2020 16:38:40 +0100 Subject: [PATCH] TEST: Adapt test/endecoder_test.c Reviewed-by: Shane Lontis (Merged from https://github.com/openssl/openssl/pull/13248) --- test/endecode_test.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/endecode_test.c b/test/endecode_test.c index 7a901e9793..57ba6774e4 100644 --- a/test/endecode_test.c +++ b/test/endecode_test.c @@ -235,7 +235,9 @@ static int decode_EVP_PKEY_prov(void **object, void *encoded, long encoded_len, if (!TEST_ptr(dctx = OSSL_DECODER_CTX_new_by_EVP_PKEY(&testpkey, testtype, + NULL, keytype, + selection, NULL, NULL)) || (pass != NULL && !OSSL_DECODER_CTX_set_passphrase(dctx, upass, strlen(pass)))