]> git.ipfire.org Git - thirdparty/curl.git/commit
gnutls: repair the build with `CURL_DISABLE_PROXY`
authorAlex Kiernan <alex.kiernan@gmail.com>
Fri, 26 Jun 2020 09:08:32 +0000 (09:08 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 3 Jul 2020 22:18:43 +0000 (00:18 +0200)
commit0fda8db95c98f1e08a830ec5dbccb24e0994a9e3
treeeb4eeab4b405d8abdd9d4c9bedc3d3596d15d78a
parent691df98d51955f7f24b34332ad867b6d69093ae0
gnutls: repair the build with `CURL_DISABLE_PROXY`

`http_proxy`/`proxy_ssl`/`tunnel_proxy` will not be available in `conn`
if `CURL_DISABLE_PROXY` is enabled.  Repair the build with that
configuration.

Signed-off-by: Alex Kiernan <alex.kiernan@gmail.com>
Closes #5645
lib/vtls/gtls.c