1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-05 21:57:51 +03:00

r3900: fix compiler warning

metze
(This used to be commit f2ff50dfc40f7bf329ab83eefcc2cff9e575a84e)
This commit is contained in:
Stefan Metzmacher 2004-11-22 07:56:13 +00:00 committed by Gerald (Jerry) Carter
parent 2877f415ae
commit ac40a16d6a

View File

@ -374,7 +374,7 @@ static DATA_BLOB LMv2_generate_response(const uint8_t ntlm_v2_hash[16],
return final_response;
}
BOOL SMBNTLMv2encrypt_hash(const char *user, const char *domain, const char nt_hash[16],
BOOL SMBNTLMv2encrypt_hash(const char *user, const char *domain, const uint8_t nt_hash[16],
const DATA_BLOB *server_chal,
const DATA_BLOB *names_blob,
DATA_BLOB *lm_response, DATA_BLOB *nt_response,