mirror of
https://github.com/moparisthebest/curl
synced 2025-01-10 13:38:04 -05:00
curl_ntlm_core.h: simplify conditionals for USE_NTLM2SESSION
... as !defined(CURL_DISABLE_CRYPTO_AUTH) is a prerequisite for the whole NTLM. Closes #6849
This commit is contained in:
parent
c502b47f1f
commit
10514d0076
@ -47,9 +47,8 @@
|
|||||||
#define USE_NTRESPONSES
|
#define USE_NTRESPONSES
|
||||||
|
|
||||||
/* Define USE_NTLM2SESSION in order to make the type-3 message include the
|
/* Define USE_NTLM2SESSION in order to make the type-3 message include the
|
||||||
NTLM2Session response message, requires USE_NTRESPONSES defined to 1 and
|
NTLM2Session response message, requires USE_NTRESPONSES defined to 1 */
|
||||||
MD5 support */
|
#if defined(USE_NTRESPONSES)
|
||||||
#if defined(USE_NTRESPONSES) && !defined(CURL_DISABLE_CRYPTO_AUTH)
|
|
||||||
#define USE_NTLM2SESSION
|
#define USE_NTLM2SESSION
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user