Skip to content

Commit

Permalink
limit libctx test to oqsprovider
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Baentsch <57787676+baentsch@users.noreply.github.com>
  • Loading branch information
baentsch committed Jan 9, 2025
1 parent afc1de2 commit 32de7e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/oqs_test_libctx.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 32de7e2

Please sign in to comment.