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 (parse_keyserver_uri): Properly parse auth data

from URLs and pass to keyserver helpers.
This commit is contained in:
David Shaw 2004-12-22 18:09:41 +00:00
parent 0361c6f01b
commit f3c33b8768
3 changed files with 24 additions and 0 deletions

View file

@ -129,6 +129,7 @@ struct
{
char *uri;
char *scheme;
char *auth;
char *host;
char *port;
char *path;