mirror of
https://github.com/curl/curl.git
synced 2026-08-25 20:43:32 +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
|
|
@ -765,7 +765,7 @@
|
|||
#endif
|
||||
|
||||
/* Single point where USE_NTLM definition might be defined */
|
||||
#ifndef CURL_DISABLE_NTLM
|
||||
#ifdef CURL_ENABLE_NTLM
|
||||
# if (defined(USE_OPENSSL) && defined(HAVE_DES_ECB_ENCRYPT)) || \
|
||||
defined(USE_GNUTLS) || \
|
||||
(defined(USE_MBEDTLS) && defined(HAVE_MBEDTLS_DES_CRYPT_ECB)) || \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue