1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-03 22:56:33 +02:00

* cert.c (get_cert): Handle the fixed IPGP type with fingerprint.

This commit is contained in:
David Shaw 2006-03-16 22:40:04 +00:00
parent 9f524c4a04
commit e0ad2bda52
5 changed files with 71 additions and 19 deletions

View file

@ -1,3 +1,7 @@
2006-03-16 David Shaw <dshaw@jabberwocky.com>
* util.h: Handle the fixed IPGP type with fingerprint.
2006-02-14 Werner Koch <wk@gnupg.org>
* errors.h (G10ERR_NO_DATA): New.

View file

@ -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 */