mirror of
https://github.com/curl/curl.git
synced 2026-04-14 22:41:40 +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. Closes #20698
This commit is contained in:
parent
c247725b92
commit
cc0c83c5f8
8 changed files with 16 additions and 26 deletions
|
|
@ -118,8 +118,8 @@
|
|||
/* disables netrc parser */
|
||||
#cmakedefine CURL_DISABLE_NETRC 1
|
||||
|
||||
/* disables NTLM support */
|
||||
#cmakedefine CURL_DISABLE_NTLM 1
|
||||
/* enables NTLM support */
|
||||
#cmakedefine CURL_ENABLE_NTLM 1
|
||||
|
||||
/* disables date parsing */
|
||||
#cmakedefine CURL_DISABLE_PARSEDATE 1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue