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:
parent
9f524c4a04
commit
e0ad2bda52
5 changed files with 71 additions and 19 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue