diff options
author | David Shaw <[email protected]> | 2003-12-28 16:08:04 +0000 |
---|---|---|
committer | David Shaw <[email protected]> | 2003-12-28 16:08:04 +0000 |
commit | 48238805b9a767c2ecbfa36575520cc3cebd8940 (patch) | |
tree | 6835e5d5eae150e2ad2634e06050789f38b745ba /g10/options.h | |
parent | * http.h: Pass the http proxy from outside rather than pulling it from the (diff) | |
download | gnupg-48238805b9a767c2ecbfa36575520cc3cebd8940.tar.gz gnupg-48238805b9a767c2ecbfa36575520cc3cebd8940.zip |
* options.h, g10.c (main), keyserver.c (keyserver_opts,
parse_keyserver_uri): honor-http-proxy is no longer an option since we can
do the same thing with http-proxy with no arguments. Also remove
broken-http-proxy since it can be better handled in the HTTP helper.
Diffstat (limited to '')
-rw-r--r-- | g10/options.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/g10/options.h b/g10/options.h index 0832abf21..f359a6a2d 100644 --- a/g10/options.h +++ b/g10/options.h @@ -127,8 +127,6 @@ struct { int include_revoked; int include_disabled; int include_subkeys; - int honor_http_proxy; - int broken_http_proxy; int use_temp_files; int keep_temp_files; int fake_v3_keyids; |