diff options
author | David Shaw <[email protected]> | 2004-04-14 21:33:45 +0000 |
---|---|---|
committer | David Shaw <[email protected]> | 2004-04-14 21:33:45 +0000 |
commit | a9b00b06d1161cff6f9278f35e913b2db25538c0 (patch) | |
tree | 1bbd69cb819df80a17d0bcf8c551cb31838db306 /g10/options.h | |
parent | * options.h: Encapsulate keyserver details. Change all callers. (diff) | |
download | gnupg-a9b00b06d1161cff6f9278f35e913b2db25538c0.tar.gz gnupg-a9b00b06d1161cff6f9278f35e913b2db25538c0.zip |
* 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.
Diffstat (limited to '')
-rw-r--r-- | g10/options.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/g10/options.h b/g10/options.h index 7a405233b..06fd6ba89 100644 --- a/g10/options.h +++ b/g10/options.h @@ -132,7 +132,7 @@ struct char *host; char *port; char *opaque; - } keyserver; + } *keyserver; struct { int verbose; |