aboutsummaryrefslogtreecommitdiffstats
path: root/common/pka.c
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2010-03-22 12:46:05 +0000
committerWerner Koch <[email protected]>2010-03-22 12:46:05 +0000
commite64038608be28c14ed72b0372529762953de898f (patch)
tree3847da576d4f2e6c542ce6737179a11afcc1a487 /common/pka.c
parentBuilds again for W32. (diff)
downloadgnupg-e64038608be28c14ed72b0372529762953de898f.tar.gz
gnupg-e64038608be28c14ed72b0372529762953de898f.zip
More chnages to use estream. Add a way to replace the standard
descriptors.
Diffstat (limited to 'common/pka.c')
-rw-r--r--common/pka.c2
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 */