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

@ -1993,7 +1993,7 @@ keyserver_import_cert(const char *name,unsigned char **fpr,size_t *fpr_len)
if(domain)
*domain='.';
type=get_cert(look,max_cert_size,&key,&url);
type=get_cert(look,max_cert_size,&key,NULL,NULL,&url);
if(type==1)
{
int armor_status=opt.no_armor;