diff options
author | David Shaw <dshaw@jabberwocky.com> | 2002-07-03 00:13:00 +0200 |
---|---|---|
committer | David Shaw <dshaw@jabberwocky.com> | 2002-07-03 00:13:00 +0200 |
commit | c6feade425cef16e25bc763afe648b160e7d817b (patch) | |
tree | c1542e2d868d82241c41c28eb2f5c7c190e629dc /g10/options.h | |
parent | * verify.c (gpgsm_verify): Extend the STATUS_BADSIG line with (diff) | |
download | gnupg2-c6feade425cef16e25bc763afe648b160e7d817b.tar.xz gnupg2-c6feade425cef16e25bc763afe648b160e7d817b.zip |
* options.h, g10.c (main), keyserver.c (keyserver_refresh): Maintain and
use the original keyserver URI for cosmetics rather than trying to
recreate it when needed.
* mainproc.c (check_sig_and_print): Properly disregard expired uids.
Make sure that the first uid listed is a real uid and not an attribute
(attributes should only be listed in the "aka" section). When there are
no valid textual userids, try for an invalid textual userid before using
any attribute uid.
Diffstat (limited to 'g10/options.h')
-rw-r--r-- | g10/options.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/g10/options.h b/g10/options.h index 74cebe575..c1e131fe8 100644 --- a/g10/options.h +++ b/g10/options.h @@ -111,6 +111,7 @@ struct { int not_dash_escaped; int escape_from; int lock_once; + char *keyserver_uri; char *keyserver_scheme; char *keyserver_host; char *keyserver_port; |