From c4d98734c5df39f57a71f0ec1c0c80e82ff08508 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Tue, 21 Apr 2015 19:29:53 +0200 Subject: 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. --- g10/options.h | 1 + 1 file changed, 1 insertion(+) (limited to 'g10/options.h') 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; -- cgit v1.2.3