diff options
Diffstat (limited to 'source3/include/smb_crypt.h')
-rw-r--r-- | source3/include/smb_crypt.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 |