curl/lib/vtls
Baruch Siach 989e6dffc5
mbedtls: fix build with disabled proxy support
Don't reference fields that do not exist. Fixes build failure:

vtls/mbedtls.c: In function 'mbed_connect_step1':
vtls/mbedtls.c:249:54: error: 'struct connectdata' has no member named 'http_proxy'

Closes #5615
2020-06-26 14:20:20 +02:00
..
bearssl.c timeouts: change millisecond timeouts to timediff_t from time_t 2020-05-30 23:10:57 +02:00
bearssl.h
gskit.c timeouts: change millisecond timeouts to timediff_t from time_t 2020-05-30 23:10:57 +02:00
gskit.h
gtls.c timeouts: change millisecond timeouts to timediff_t from time_t 2020-05-30 23:10:57 +02:00
gtls.h
keylog.c vtls: Extract and simplify key log file handling from OpenSSL 2020-05-27 21:19:51 +02:00
keylog.h vtls: Extract and simplify key log file handling from OpenSSL 2020-05-27 21:19:51 +02:00
mbedtls_threadlock.c polarssl: removed 2020-01-16 11:55:56 +01:00
mbedtls_threadlock.h polarssl: removed 2020-01-16 11:55:56 +01:00
mbedtls.c mbedtls: fix build with disabled proxy support 2020-06-26 14:20:20 +02:00
mbedtls.h
mesalink.c timeouts: change millisecond timeouts to timediff_t from time_t 2020-05-30 23:10:57 +02:00
mesalink.h
nss.c source cleanup: remove all custom typedef structs 2020-05-15 08:54:42 +02:00
nssg.h
openssl.c openssl: Fix compilation on Windows when ngtcp2 is enabled 2020-06-25 03:11:46 -04:00
openssl.h
schannel_verify.c vtls: repair the build with CURL_DISABLE_PROXY 2020-06-01 23:03:31 +02:00
schannel.c vtls: repair the build with CURL_DISABLE_PROXY 2020-06-01 23:03:31 +02:00
schannel.h
sectransp.c timeouts: change millisecond timeouts to timediff_t from time_t 2020-05-30 23:10:57 +02:00
sectransp.h
vtls.c build: disable more code/data when built without proxy support 2020-05-30 23:18:16 +02:00
vtls.h ntlm: enable NTLM support with wolfSSL 2020-06-16 09:06:19 +02:00
wolfssl.c build: disable more code/data when built without proxy support 2020-05-30 23:18:16 +02:00
wolfssl.h