From ac40a16d6ac3a639f9fdd2437340eb07bb8a98ef Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Mon, 22 Nov 2004 07:56:13 +0000 Subject: [PATCH] r3900: fix compiler warning metze (This used to be commit f2ff50dfc40f7bf329ab83eefcc2cff9e575a84e) --- source4/libcli/util/smbencrypt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source4/libcli/util/smbencrypt.c b/source4/libcli/util/smbencrypt.c index ba89000c6c0..f0ff3ee08de 100644 --- a/source4/libcli/util/smbencrypt.c +++ b/source4/libcli/util/smbencrypt.c @@ -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, -- 2.11.4.GIT