diff options
author | David Shaw <[email protected]> | 2004-12-22 18:09:41 +0000 |
---|---|---|
committer | David Shaw <[email protected]> | 2004-12-22 18:09:41 +0000 |
commit | f3c33b876897392563bdc9a7e4ea97286d642308 (patch) | |
tree | 719a5d188950c19f76ea391cea3dd02bef0328af /g10/options.h | |
parent | * gpgkeys_curl.c (get_key, writer): New function to wrap around fwrite to (diff) | |
download | gnupg-f3c33b876897392563bdc9a7e4ea97286d642308.tar.gz gnupg-f3c33b876897392563bdc9a7e4ea97286d642308.zip |
* options.h, keyserver.c (parse_keyserver_uri): Properly parse auth data
from URLs and pass to keyserver helpers.
Diffstat (limited to '')
-rw-r--r-- | g10/options.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/g10/options.h b/g10/options.h index 668b71f7b..1ad6b44a2 100644 --- a/g10/options.h +++ b/g10/options.h @@ -129,6 +129,7 @@ struct { char *uri; char *scheme; + char *auth; char *host; char *port; char *path; |