Skip to content

Commit

Permalink
even more...
Browse files Browse the repository at this point in the history
  • Loading branch information
jgoertzen-sb committed Dec 15, 2023
1 parent 66bb687 commit 84bc234
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions bin/named/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -1062,8 +1062,9 @@ create_managers(void) {

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


Expand Down

0 comments on commit 84bc234

Please sign in to comment.