From a942401c1f6ee614080cee76c4364afbd729a446 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Thu, 21 Jul 2011 19:13:59 +1000 Subject: s3-ntlmssp Use auth_ntlmssp_*() functions in more places This allows auth_ntlmssp_get_ntlmssp_state() to be removed. Andrew Bartlett Signed-off-by: Andrew Tridgell --- 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 a5930d186d..4449a1605d 100644 --- a/source3/include/smb_crypt.h +++ b/source3/include/smb_crypt.h @@ -52,7 +52,7 @@ struct smb_trans_enc_state { uint16 enc_ctx_num; bool enc_on; union { - struct ntlmssp_state *ntlmssp_state; + struct auth_ntlmssp_state *auth_ntlmssp_state; #if defined(HAVE_GSSAPI) && defined(HAVE_KRB5) struct smb_tran_enc_state_gss *gss_state; #endif -- cgit