mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
* options.h: Encapsulate keyserver details. Change all callers.
This commit is contained in:
parent
975b83d9d0
commit
2286674b9e
6 changed files with 57 additions and 48 deletions
|
@ -1691,7 +1691,7 @@ revocation_present(KBNODE keyblock)
|
|||
char *tempkeystr=m_strdup(keystr_from_pk(pk));
|
||||
|
||||
/* No, so try and get it */
|
||||
if(opt.keyserver_scheme &&
|
||||
if(opt.keyserver.scheme &&
|
||||
opt.keyserver_options.auto_key_retrieve)
|
||||
{
|
||||
log_info(_("WARNING: key %s may be revoked:"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue