mirror of
https://github.com/curl/curl.git
synced 2026-07-12 11:37:17 +03:00
build: make NTLM disabled by default
NTLM has weak security and does not work over HTTP/2 or HTTP/3. Enable in cmake or configure to get support for it.
This commit is contained in:
parent
65262be0ab
commit
0ecd8803a1
8 changed files with 16 additions and 26 deletions
|
|
@ -120,10 +120,6 @@ Disable MQTT support.
|
|||
|
||||
Disable the netrc parser.
|
||||
|
||||
## `CURL_DISABLE_NTLM`
|
||||
|
||||
Disable support for NTLM.
|
||||
|
||||
## `CURL_DISABLE_OPENSSL_AUTO_LOAD_CONFIG`
|
||||
|
||||
Disable the auto load config support in the OpenSSL backend.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue