1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-02 22:46:30 +02:00

* options.h, keyserver.c (add_canonical_option): New.

(parse_keyserver_options): Moved from here. (parse_keyserver_uri): Use it
here so each keyserver can have some private options in addition to the
main keyserver-options (e.g. per-keyserver auth).
This commit is contained in:
David Shaw 2006-02-23 17:00:02 +00:00
parent 1ae024ef81
commit c37453211c
4 changed files with 54 additions and 20 deletions

View file

@ -136,6 +136,7 @@ struct
char *port;
char *path;
char *opaque;
STRLIST options;
struct
{
unsigned int direct_uri:1;