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:
parent
2286674b9e
commit
a9b00b06d1
7 changed files with 80 additions and 53 deletions
|
@ -132,7 +132,7 @@ struct
|
|||
char *host;
|
||||
char *port;
|
||||
char *opaque;
|
||||
} keyserver;
|
||||
} *keyserver;
|
||||
struct
|
||||
{
|
||||
int verbose;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue