Searched refs:want_ntlm (Results 1 – 1 of 1) sorted by relevance
866 bool want_ntlm = (_stricmp(auth_method.c_str(), "ntlm") == 0); in HttpAuthenticate() local868 if (want_negotiate || want_ntlm) { in HttpAuthenticate()