This commit is contained in:
Love Hornquist Astrand
2010-10-27 21:09:41 -07:00
parent e0a1e0a806
commit 2eae1a1d30
3 changed files with 7 additions and 7 deletions

View File

@@ -118,7 +118,7 @@ test_libntlm_v1(int flags)
heim_ntlm_nt_key(password, &key);
heim_ntlm_calculate_ntlm1(key.data, key.length,
type2.challange,
type2.challenge,
&type3.ntlm);
if (flags & NTLM_NEG_KEYEX) {
@@ -245,7 +245,7 @@ test_libntlm_v2(int flags)
heim_ntlm_calculate_ntlm2(key.data, key.length,
user,
type2.targetname,
type2.challange,
type2.challenge,
&type2.targetinfo,
ntlmv2,
&type3.ntlm);