gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnurl] 230/282: cmake: Show HTTPS-proxy in the features output


From: gnunet
Subject: [gnurl] 230/282: cmake: Show HTTPS-proxy in the features output
Date: Wed, 01 Apr 2020 14:31:35 +0200

This is an automated email from the git hooks/post-receive script.

ng0 pushed a commit to branch master
in repository gnurl.

commit e4b4ccbc67219908fa2bb1fde8f2b971b05f25d5
Author: Jay Satiro <address@hidden>
AuthorDate: Tue Mar 3 00:25:44 2020 -0500

    cmake: Show HTTPS-proxy in the features output
    
    - Show HTTPS-proxy in the features output for those backends that
      support it: OpenSSL, GnuTLS and NSS.
    
    Prior to this change HTTPS-proxy was missing from the cmake features
    output even if curl was built with it. Only cmake output was affected.
    Both the library and tool correctly reported the feature.
    
    Bug: https://curl.haxx.se/mail/lib-2020-03/0008.html
    Reported-by: David Lopes
    
    Closes https://github.com/curl/curl/pull/5025
---
 CMakeLists.txt | 1 +
 1 file changed, 1 insertion(+)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 8b6d77542..73b053b31 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1264,6 +1264,7 @@ _add_if("NTLM_WB"     use_ntlm AND NOT CURL_DISABLE_HTTP 
AND NTLM_WB_ENABLED)
 _add_if("TLS-SRP"       USE_TLS_SRP)
 # TODO option --with-nghttp2 tests for nghttp2 lib and nghttp2/nghttp2.h header
 _add_if("HTTP2"         USE_NGHTTP2)
+_add_if("HTTPS-proxy"   SSL_ENABLED AND (USE_OPENSSL OR USE_GNUTLS OR USE_NSS))
 string(REPLACE ";" " " SUPPORT_FEATURES "${_items}")
 message(STATUS "Enabled features: ${SUPPORT_FEATURES}")
 

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]