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:
parent
0361c6f01b
commit
f3c33b8768
3 changed files with 24 additions and 0 deletions
|
@ -129,6 +129,7 @@ struct
|
|||
{
|
||||
char *uri;
|
||||
char *scheme;
|
||||
char *auth;
|
||||
char *host;
|
||||
char *port;
|
||||
char *path;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue