Fix callers of heim_ntlm_encode_type3; make build

This commit is contained in:
Nicolas Williams
2013-11-20 01:20:01 -06:00
parent 2f7eec7d2c
commit fdcb8f3862
3 changed files with 4 additions and 4 deletions

View File

@@ -131,7 +131,7 @@ test_libntlm_v1(int flags)
free(key.data);
}
ret = heim_ntlm_encode_type3(&type3, &data);
ret = heim_ntlm_encode_type3(&type3, &data, NULL);
if (ret)
errx(1, "heim_ntlm_encode_type3");
@@ -260,7 +260,7 @@ test_libntlm_v2(int flags)
}
}
ret = heim_ntlm_encode_type3(&type3, &data);
ret = heim_ntlm_encode_type3(&type3, &data, NULL);
if (ret)
errx(1, "heim_ntlm_encode_type3");