From 32de7e20e160a937c5c7441672aa71bef475f1de Mon Sep 17 00:00:00 2001 From: Michael Baentsch <57787676+baentsch@users.noreply.github.com> Date: Thu, 9 Jan 2025 08:11:30 +0100 Subject: [PATCH] limit libctx test to oqsprovider Signed-off-by: Michael Baentsch <57787676+baentsch@users.noreply.github.com> --- test/oqs_test_libctx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/oqs_test_libctx.c b/test/oqs_test_libctx.c index 1058b6d5..f0de86f7 100644 --- a/test/oqs_test_libctx.c +++ b/test/oqs_test_libctx.c @@ -159,7 +159,7 @@ static int oqs_generate_kem_elems(const char *kemalg_name, EVP_PKEY **key, if (OSSL_PROVIDER_available(libctx, "default")) { testresult = (ctx = EVP_PKEY_CTX_new_from_name(libctx, kemalg_name, - NULL)) != NULL && + "provider=oqsprovider")) != NULL && EVP_PKEY_keygen_init(ctx) && EVP_PKEY_generate(ctx, key); if (!testresult)