From 02faefd8d8b423badf477b519b65b3383a28eb1b Mon Sep 17 00:00:00 2001 From: Dmitry Belyavskiy Date: Mon, 13 Jan 2025 19:17:19 +0100 Subject: [PATCH] fixup! EVP_SKEY tests --- test/fake_cipherprov.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/fake_cipherprov.c b/test/fake_cipherprov.c index 345106fd77a9f7..a98b24832685ec 100644 --- a/test/fake_cipherprov.c +++ b/test/fake_cipherprov.c @@ -54,7 +54,7 @@ static void fake_skeymgmt_free(void *keydata) OPENSSL_free(keydata); } -static void *fake_skeymgmt_import(int selection, const OSSL_PARAM *p) +static void *fake_skeymgmt_import(void *provctx, int selection, const OSSL_PARAM *p) { PROV_CIPHER_FAKE_CTX *ctx = NULL;