From 2202e9b126e8b2a904f8d358bf9aad0b3288d4d7 Mon Sep 17 00:00:00 2001 From: Love Hornquist Astrand Date: Mon, 22 Nov 2010 10:56:43 -0800 Subject: [PATCH] no info target heim_ntlm_calculate_lm2 --- lib/ntlm/ntlm.c | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/ntlm/ntlm.c b/lib/ntlm/ntlm.c index 63e8210de..8ff18764f 100644 --- a/lib/ntlm/ntlm.c +++ b/lib/ntlm/ntlm.c @@ -1413,7 +1413,6 @@ nt2unixtime(uint64_t t) * @param username name of the user, as sent in the message, assumed to be in UTF8. * @param target the name of the target, assumed to be in UTF8. * @param serverchallenge challenge as sent by the server in the type2 message. - * @param infotarget infotarget as sent by the server in the type2 message. * @param ntlmv2 calculated session key * @param answer ntlm response answer, should be freed with heim_ntlm_free_buf(). *