aboutsummaryrefslogtreecommitdiffstats
path: root/include/util.h
diff options
context:
space:
mode:
authorDavid Shaw <[email protected]>2006-03-16 22:40:04 +0000
committerDavid Shaw <[email protected]>2006-03-16 22:40:04 +0000
commite0ad2bda5222d0c8cef0925bbf7bcbbf958e8bda (patch)
treefa9f7c13deecaaee841893ffd8c0204c25d29ff7 /include/util.h
parent* keyserver-internal.h, keyserver.c (keyserver_import_pka): Use the (diff)
downloadgnupg-e0ad2bda5222d0c8cef0925bbf7bcbbf958e8bda.tar.gz
gnupg-e0ad2bda5222d0c8cef0925bbf7bcbbf958e8bda.zip
* cert.c (get_cert): Handle the fixed IPGP type with fingerprint.
Diffstat (limited to '')
-rw-r--r--include/util.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/include/util.h b/include/util.h
index eba1c84f0..ee25be12e 100644
--- a/include/util.h
+++ b/include/util.h
@@ -1,6 +1,6 @@
/* util.h
- * Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003
- * 2004 Free Software Foundation, Inc.
+ * Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005,
+ * 2006 Free Software Foundation, Inc.
*
* This file is part of GNUPG.
*
@@ -257,7 +257,8 @@ int asprintf (char **buf, const char *fmt, ...);
char *get_pka_info (const char *address, unsigned char *fpr);
/*-- cert.c --*/
-int get_cert(const char *name,size_t max_size,IOBUF *iobuf,char **url);
+int get_cert(const char *name,size_t max_size,IOBUF *iobuf,
+ unsigned char **fpr,size_t *fpr_len,char **url);
/**** other missing stuff ****/
#ifndef HAVE_ATEXIT /* For SunOS */