mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
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.
This commit is contained in:
parent
54e55149f2
commit
c4d98734c5
3 changed files with 26 additions and 5 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue