Searched refs:USE_NTLM2SESSION (Results 1 – 3 of 3) sorted by relevance
38 # define USE_NTLM2SESSION 0 macro52 #if !defined(USE_NTLM2SESSION) && USE_NTRESPONSES && !defined(USE_WIN32_CRYPTO)53 #define USE_NTLM2SESSION 1 macro
397 #if USE_NTRESPONSES && USE_NTLM2SESSION in Curl_auth_create_ntlm_type1_message()593 #if USE_NTRESPONSES && USE_NTLM2SESSION in Curl_auth_create_ntlm_type3_message()
5616 There's a compilation error in http_ntlm.c if USE_NTLM2SESSION is NOT5619 gets compiled in if USE_NTLM2SESSION is defined. But this closing bracket5620 wasn't in an #ifdef so the code fails to compile unless USE_NTLM2SESSION was5622 #ifdef USE_NTLM2SESSION.