diff options
author | Werner Koch <[email protected]> | 2010-03-22 12:46:05 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2010-03-22 12:46:05 +0000 |
commit | e64038608be28c14ed72b0372529762953de898f (patch) | |
tree | 3847da576d4f2e6c542ce6737179a11afcc1a487 /common/pka.c | |
parent | Builds again for W32. (diff) | |
download | gnupg-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.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 */ |