no info target heim_ntlm_calculate_lm2

This commit is contained in:
Love Hornquist Astrand
2010-11-22 10:56:43 -08:00
parent 46f10ca9c6
commit 2202e9b126

View File

@@ -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 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 target the name of the target, assumed to be in UTF8.
* @param serverchallenge challenge as sent by the server in the type2 message. * @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 ntlmv2 calculated session key
* @param answer ntlm response answer, should be freed with heim_ntlm_free_buf(). * @param answer ntlm response answer, should be freed with heim_ntlm_free_buf().
* *