Home
last modified time | relevance | path

Searched defs:CURL_DISABLE_CRYPTO_AUTH (Results 1 – 5 of 5) sorted by relevance

/third_party/curl/docs/
DCURL-DISABLE.md11 ## CURL_DISABLE_CRYPTO_AUTH section in Code defines to disable features and protocols
/third_party/curl/lib/
Dcurl_config_liteos_a.h23 #define CURL_DISABLE_CRYPTO_AUTH 1 macro
Dcurl_config_liteos_m.h23 #define CURL_DISABLE_CRYPTO_AUTH 1 macro
/third_party/curl/
DCMakeLists.txt220 option(CURL_DISABLE_CRYPTO_AUTH "to disable cryptographic authentication" OFF) option
Dconfigure.ac3553 AC_DEFINE(CURL_DISABLE_CRYPTO_AUTH, 1, [to disable cryptographic authentication]) definition