Skip to content

Commit

Permalink
debugging :')
Browse files Browse the repository at this point in the history
  • Loading branch information
jgoertzen-sb committed Dec 15, 2023
1 parent d9ce4e8 commit 66bb687
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/named/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -1062,7 +1062,7 @@ create_managers(void) {

// TODO remove after debugging
int display_provider(OSSL_PROVIDER *provider, void *cbdata) {
printf("Provider loaded: %s\n", OSSL_PROVIDER_name(provider));
printf("Provider loaded: %s\n", OSSL_PROVIDER_get0_name(provider));
return 1;
}

Expand Down

0 comments on commit 66bb687

Please sign in to comment.