1
0
Fork 0
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:
David Shaw 2004-04-14 17:56:23 +00:00
parent 975b83d9d0
commit 2286674b9e
6 changed files with 57 additions and 48 deletions

View file

@ -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:"