aboutsummaryrefslogtreecommitdiffstats
path: root/util/cert.c
diff options
context:
space:
mode:
Diffstat (limited to 'util/cert.c')
-rw-r--r--util/cert.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/util/cert.c b/util/cert.c
index 7c5e9cfd9..7e437aace 100644
--- a/util/cert.c
+++ b/util/cert.c
@@ -190,8 +190,8 @@ get_cert (const char *name, int want_ipgp, size_t max_size,IOBUF *iobuf,
#else /* !USE_DNS_CERT */
int
-get_cert(const char *name,size_t max_size,IOBUF *iobuf,
- unsigned char **fpr,size_t *fpr_len,char **url)
+get_cert (const char *name, int want_ipgp, size_t max_size,IOBUF *iobuf,
+ unsigned char **fpr, size_t *fpr_len, char **url)
{
return -1;
}