diff options
Diffstat (limited to 'dirmngr/ks-engine-hkp.c')
-rw-r--r-- | dirmngr/ks-engine-hkp.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dirmngr/ks-engine-hkp.c b/dirmngr/ks-engine-hkp.c index fcdd71ee6..a0104117d 100644 --- a/dirmngr/ks-engine-hkp.c +++ b/dirmngr/ks-engine-hkp.c @@ -965,8 +965,8 @@ send_request (ctrl_t ctrl, const char *request, const char *hostportstr, request, httphost, /* fixme: AUTH */ NULL, - httpflags, - /* fixme: proxy*/ NULL, + (httpflags | (opt.honor_http_proxy? HTTP_FLAG_TRY_PROXY:0)), + ctrl->http_proxy, session, NULL, /*FIXME curl->srvtag*/NULL); |