1
0
Fork 0
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:
David Shaw 2004-04-14 21:33:45 +00:00
parent 2286674b9e
commit a9b00b06d1
7 changed files with 80 additions and 53 deletions

View file

@ -132,7 +132,7 @@ struct
char *host;
char *port;
char *opaque;
} keyserver;
} *keyserver;
struct
{
int verbose;