Skip to content

Commit

Permalink
more debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
jgoertzen-sb committed Dec 15, 2023
1 parent 7e50b66 commit 31b0d19
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bin/named/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -1584,6 +1584,7 @@ main(int argc, char *argv[]) {
* mutually exclusive modes?
*/
#if OPENSSL_VERSION_NUMER >= 0x30200000L && OPENSSL_API_LEVEL >= 30200
printf("Loading oqsprovider...\n");
oqs = OSSL_PROVIDER_load(NULL, "oqsprovider");
if (oqs == NULL) {
if (fips != NULL) {
Expand Down

0 comments on commit 31b0d19

Please sign in to comment.