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:
parent
1ae024ef81
commit
c37453211c
4 changed files with 54 additions and 20 deletions
|
@ -136,6 +136,7 @@ struct
|
|||
char *port;
|
||||
char *path;
|
||||
char *opaque;
|
||||
STRLIST options;
|
||||
struct
|
||||
{
|
||||
unsigned int direct_uri:1;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue