diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/ChangeLog | 4 | ||||
-rw-r--r-- | include/util.h | 7 |
2 files changed, 8 insertions, 3 deletions
diff --git a/include/ChangeLog b/include/ChangeLog index 733ca20db..de666b972 100644 --- a/include/ChangeLog +++ b/include/ChangeLog @@ -1,3 +1,7 @@ +2006-03-16 David Shaw <[email protected]> + + * util.h: Handle the fixed IPGP type with fingerprint. + 2006-02-14 Werner Koch <[email protected]> * errors.h (G10ERR_NO_DATA): New. 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 */ |