Loading lib/curl_ntlm_core.h +1 −1 Original line number Diff line number Diff line Loading @@ -50,7 +50,7 @@ /* Define USE_NTLM2SESSION in order to make the type-3 message include the NTLM2Session response message, requires USE_NTRESPONSES defined to 1 and a Crypto engine that we have curl_ssl_md5sum() for. */ #if defined(USE_NTRESPONSES) && !defined(USE_WIN32_CRYPTO) #if defined(USE_NTRESPONSES) #define USE_NTLM2SESSION #endif Loading Loading
lib/curl_ntlm_core.h +1 −1 Original line number Diff line number Diff line Loading @@ -50,7 +50,7 @@ /* Define USE_NTLM2SESSION in order to make the type-3 message include the NTLM2Session response message, requires USE_NTRESPONSES defined to 1 and a Crypto engine that we have curl_ssl_md5sum() for. */ #if defined(USE_NTRESPONSES) && !defined(USE_WIN32_CRYPTO) #if defined(USE_NTRESPONSES) #define USE_NTLM2SESSION #endif Loading