From f0e7e94ee1bf6a11091a1fc15780e27a57c2ea93 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Wed, 6 Jan 2010 15:22:24 +0100 Subject: s3:ntlmssp: make send_seal_key and recv_seal_key local variables MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit metze Signed-off-by: Günther Deschner --- source3/include/ntlmssp.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'source3/include') diff --git a/source3/include/ntlmssp.h b/source3/include/ntlmssp.h index 3c924dd19b..d44df162d8 100644 --- a/source3/include/ntlmssp.h +++ b/source3/include/ntlmssp.h @@ -131,9 +131,7 @@ struct ntlmssp_state /* ntlmv2 */ unsigned char send_sign_key[16]; - unsigned char send_seal_key[16]; unsigned char recv_sign_key[16]; - unsigned char recv_seal_key[16]; struct arcfour_state send_seal_arc4_state; struct arcfour_state recv_seal_arc4_state; -- cgit