mirror of
https://github.com/curl/curl.git
synced 2026-08-21 02:24:57 +03:00
cmake: disable HTTPS-proxy as a feature if proxy is disabled
Co-authored-by: Viktor Szakats Closes #16434
This commit is contained in:
parent
a6e8ead533
commit
e739f5682d
1 changed files with 1 additions and 1 deletions
|
|
@ -2183,7 +2183,7 @@ curl_add_if("TLS-SRP" USE_TLS_SRP)
|
|||
curl_add_if("HTTP2" USE_NGHTTP2)
|
||||
curl_add_if("HTTP3" USE_NGTCP2 OR USE_QUICHE OR USE_MSH3 OR USE_OPENSSL_QUIC)
|
||||
curl_add_if("MultiSSL" CURL_WITH_MULTI_SSL)
|
||||
curl_add_if("HTTPS-proxy" _ssl_enabled AND (USE_OPENSSL OR USE_GNUTLS
|
||||
curl_add_if("HTTPS-proxy" NOT CURL_DISABLE_PROXY AND _ssl_enabled AND (USE_OPENSSL OR USE_GNUTLS
|
||||
OR USE_SCHANNEL OR USE_RUSTLS OR USE_BEARSSL OR
|
||||
USE_MBEDTLS OR USE_SECTRANSP OR
|
||||
(USE_WOLFSSL AND HAVE_WOLFSSL_BIO)))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue