From 0fe419205444f2c4f33581ea77a732e6d069e318 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Wed, 19 Oct 2011 15:57:18 +1100 Subject: s3-ntlmssp Remove references to auth_ntlmssp_context from the smb sealing code Andrew Bartlett Signed-off-by: Stefan Metzmacher --- source3/include/smb_crypt.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/include/smb_crypt.h') diff --git a/source3/include/smb_crypt.h b/source3/include/smb_crypt.h index e4070b56a6..307e90e585 100644 --- a/source3/include/smb_crypt.h +++ b/source3/include/smb_crypt.h @@ -52,7 +52,7 @@ struct smb_trans_enc_state { uint16_t enc_ctx_num; bool enc_on; union { - struct auth_ntlmssp_state *auth_ntlmssp_state; + struct gensec_security *gensec_security; #if defined(HAVE_GSSAPI) && defined(HAVE_KRB5) struct smb_tran_enc_state_gss *gss_state; #endif -- cgit