mirror of
https://github.com/curl/curl.git
synced 2026-08-25 14:23:39 +03:00
define: remove CURL_DISABLE_NTLM ifdefs
It was never defined anywhere. Fixed disable-scan (test 1165) to also scan headers, which found this issue. Closes #6809
This commit is contained in:
parent
2c26eeef12
commit
33ba0ecf48
4 changed files with 3 additions and 12 deletions
|
|
@ -641,7 +641,7 @@ int netware_init(void);
|
|||
#endif
|
||||
|
||||
/* Single point where USE_NTLM definition might be defined */
|
||||
#if !defined(CURL_DISABLE_NTLM) && !defined(CURL_DISABLE_CRYPTO_AUTH)
|
||||
#ifndef CURL_DISABLE_CRYPTO_AUTH
|
||||
#if defined(USE_OPENSSL) || defined(USE_MBEDTLS) || \
|
||||
defined(USE_GNUTLS) || defined(USE_NSS) || defined(USE_SECTRANSP) || \
|
||||
defined(USE_OS400CRYPTO) || defined(USE_WIN32_CRYPTO) || \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue