diff options
Diffstat (limited to 'common/pka.c')
-rw-r--r-- | common/pka.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/common/pka.c b/common/pka.c index 4f0232324..751ccf7c2 100644 --- a/common/pka.c +++ b/common/pka.c @@ -274,6 +274,8 @@ get_pka_info (const char *address, unsigned char *fpr) char * get_pka_info (const char *address, unsigned char *fpr) { + (void)address; + (void)fpr; return NULL; } #endif /* !USE_DNS_PKA */ |