From e64038608be28c14ed72b0372529762953de898f Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Mon, 22 Mar 2010 12:46:05 +0000 Subject: More chnages to use estream. Add a way to replace the standard descriptors. --- common/pka.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'common/pka.c') 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 */ -- cgit v1.2.3