Searched defs:USE_NTLM_V2 (Results 1 - 1 of 1) sorted by relevance

/external/curl/lib/
H A Dcurl_ntlm_core.h39 # define USE_NTLM_V2 0 macro
56 /* Define USE_NTLM_V2 to 1 in order to allow the type-3 message to include the
59 #if !defined(USE_NTLM_V2) && USE_NTRESPONSES && (CURL_SIZEOF_CURL_OFF_T > 4)
60 #define USE_NTLM_V2 1 macro
76 #if USE_NTLM_V2 && !defined(USE_WINDOWS_SSPI)
98 #endif /* USE_NTLM_V2 && !USE_WINDOWS_SSPI */

Completed in 454 milliseconds