mirror of
https://github.com/curl/curl.git
synced 2026-07-31 07:58:04 +03:00
cm disable if not supported, show warn
This commit is contained in:
parent
ad9b069230
commit
afce1ecc4e
1 changed files with 5 additions and 0 deletions
|
|
@ -1106,6 +1106,11 @@ if(USE_ECH)
|
|||
endif()
|
||||
endif()
|
||||
|
||||
if(NOT CURL_DISABLE_HTTPSIG AND (NOT USE_OPENSSL AND NOT USE_WOLFSSL))
|
||||
message(WARNING "HTTPSIG requires OpenSSL or wolfSSL. HTTPSIG support disabled.")
|
||||
set(CURL_DISABLE_HTTPSIG ON)
|
||||
endif()
|
||||
|
||||
option(USE_SSLS_EXPORT "Enable SSL session import/export (experimental)" OFF)
|
||||
if(USE_SSLS_EXPORT)
|
||||
if(_ssl_enabled)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue