Home
last modified time | relevance | path

Searched refs:USE_NTLM2SESSION (Results 1 – 3 of 3) sorted by relevance

/external/curl/lib/
Dcurl_ntlm_core.h38 # define USE_NTLM2SESSION 0 macro
52 #if !defined(USE_NTLM2SESSION) && USE_NTRESPONSES && !defined(USE_WIN32_CRYPTO)
53 #define USE_NTLM2SESSION 1 macro
/external/curl/lib/vauth/
Dntlm.c397 #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()
/external/curl/
DCHANGES.05616 There's a compilation error in http_ntlm.c if USE_NTLM2SESSION is NOT
5619 gets compiled in if USE_NTLM2SESSION is defined. But this closing bracket
5620 wasn't in an #ifdef so the code fails to compile unless USE_NTLM2SESSION was
5622 #ifdef USE_NTLM2SESSION.