diff options
Diffstat (limited to 'common/dns-cert.c')
-rw-r--r-- | common/dns-cert.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/common/dns-cert.c b/common/dns-cert.c index efdefaf16..80ba7d06d 100644 --- a/common/dns-cert.c +++ b/common/dns-cert.c @@ -279,6 +279,13 @@ get_dns_cert (const char *name, size_t max_size, IOBUF *iobuf, return ret; #endif /*!USE_ADNS*/ #else /* !USE_DNS_CERT */ + (void)name; + (void)max_size; + (void)iobuf; + (void)fpr; + (void)fpr_len; + (void)url; + return -1; #endif } |