Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Use of OQS_DLOPEN_OPENSSL needs a new API change to expose an OQS function that calls  OPENSSL_thread_stop

Signed-off-by: Norman Ashley <[email protected]>
  • Loading branch information
ashman-p authored Oct 18, 2024
1 parent 942899d commit a4dddf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_sig_stfl.c
Original file line number Diff line number Diff line change
Expand Up @@ -1008,7 +1008,7 @@ void *test_create_keys(void *arg) {
struct lock_test_data *td = arg;
printf("\n%s: Start Generate Keys\n", __func__);
td->rc = sig_stfl_test_secret_key_lock(td->alg_name, td->katfile);
#if defined(OQS_USE_OPENSSL)
#if defined(OQS_USE_OPENSSL) && !defined(OQS_DLOPEN_OPENSSL)
OPENSSL_thread_stop();
#endif
printf("%s: End Generate Stateful Keys\n\n", __func__);
Expand Down

0 comments on commit a4dddf4

Please sign in to comment.