diff options
author | Werner Koch <[email protected]> | 2015-04-21 17:29:53 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2015-04-21 17:29:53 +0000 |
commit | c4d98734c5df39f57a71f0ec1c0c80e82ff08508 (patch) | |
tree | 1f29ec2bd39bdb5bc1e4b6a38ba95b87072546a8 /g10/options.h | |
parent | common: Make proper use of http proxy parameter. (diff) | |
download | gnupg-c4d98734c5df39f57a71f0ec1c0c80e82ff08508.tar.gz gnupg-c4d98734c5df39f57a71f0ec1c0c80e82ff08508.zip |
gpg: Make keyserver-option http_proxy work.
* g10/options.h (opt): Add field keyserver_options.http_proxy.
* g10/keyserver.c (warn_kshelper_option): Add arg noisy.
(parse_keyserver_options): Parse into new http_proxy field.
* g10/call-dirmngr.c (create_context): Send the http-proxy option.
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 75032a546..465c5b215 100644 --- a/g10/options.h +++ b/g10/options.h @@ -148,6 +148,7 @@ struct unsigned int options; unsigned int import_options; unsigned int export_options; + char *http_proxy; } keyserver_options; int exec_disable; int exec_path_set; |