From: Richard Levitte Date: Mon, 26 Oct 2020 15:38:40 +0000 (+0100) Subject: TEST: Adapt test/endecoder_test.c X-Git-Tag: openssl-3.0.0-alpha9~137 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a5cc6616454701bfcdd1694e109389c764f6f31c;p=thirdparty%2Fopenssl.git TEST: Adapt test/endecoder_test.c Reviewed-by: Shane Lontis (Merged from https://github.com/openssl/openssl/pull/13248) --- diff --git a/test/endecode_test.c b/test/endecode_test.c index 7a901e97931..57ba6774e40 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)))