From e0ad2bda5222d0c8cef0925bbf7bcbbf958e8bda Mon Sep 17 00:00:00 2001 From: David Shaw Date: Thu, 16 Mar 2006 22:40:04 +0000 Subject: * cert.c (get_cert): Handle the fixed IPGP type with fingerprint. --- include/util.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'include/util.h') 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 */ -- cgit v1.2.3