mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
* options.h, import.c, keyserver-internal.h, g10.c, mainproc.c,
keyserver.c (parse_keyserver_uri): Parse keyserver URI into a structure. Cleanup for new "guess my keyserver" functionality, as well as refreshing via a preferred keyserver subpacket.
This commit is contained in:
parent
2286674b9e
commit
a9b00b06d1
7 changed files with 80 additions and 53 deletions
|
@ -1691,8 +1691,8 @@ revocation_present(KBNODE keyblock)
|
|||
char *tempkeystr=m_strdup(keystr_from_pk(pk));
|
||||
|
||||
/* No, so try and get it */
|
||||
if(opt.keyserver.scheme &&
|
||||
opt.keyserver_options.auto_key_retrieve)
|
||||
if(opt.keyserver
|
||||
&& opt.keyserver_options.auto_key_retrieve)
|
||||
{
|
||||
log_info(_("WARNING: key %s may be revoked:"
|
||||
" fetching revocation key %s\n"),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue