diff options
Diffstat (limited to 'source3/include')
-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 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 |