]> git.saurik.com Git - apple/security.git/blobdiff - ntlm/NtlmGenerator.h
Security-59754.80.3.tar.gz
[apple/security.git] / ntlm / NtlmGenerator.h
index febce1745261d1143a389805072efab945111d39..3d806fa7ddf31d6215358a050364204e12ff6bd0 100644 (file)
@@ -78,8 +78,8 @@ enum {
        NW_NTLM2   = 0x00000002,
        NW_NTLMv2  = 0x00000004,
 
-       // all variants enabled, preferring NTLMv2, then NTLM2, then NTLM1
-       NW_Any     = NW_NTLM1 | NW_NTLM2 | NW_NTLMv2
+       // all variants enabled, preferring NTLMv2, then NTLM2
+       NW_Any     = NW_NTLM2 | NW_NTLMv2
 };
 typedef uint32_t NLTM_Which;