mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
* options.h, keyserver-internal.h, keyserver.c (parse_keyserver_uri):
Improved URI parser that keeps track of the path information and doesn't modify the input string. (keyserver_spawn): Tell keyserver plugins about the path.
This commit is contained in:
parent
536841ecae
commit
0aba5ff41b
4 changed files with 72 additions and 47 deletions
|
@ -131,6 +131,7 @@ struct
|
|||
char *scheme;
|
||||
char *host;
|
||||
char *port;
|
||||
char *path;
|
||||
char *opaque;
|
||||
} *keyserver;
|
||||
struct
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue