diff options
author | Andrew Bartlett <abartlet@samba.org> | 2011-10-19 15:57:18 +1100 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2011-10-21 08:44:48 +0200 |
commit | 0fe419205444f2c4f33581ea77a732e6d069e318 (patch) | |
tree | adf761ce5f7f770a73c5f793029376931e4c6c2e /source3/include | |
parent | 0a0839821adb8a4e959e10128e9c103f82e0ff80 (diff) | |
download | samba-0fe419205444f2c4f33581ea77a732e6d069e318.tar.gz samba-0fe419205444f2c4f33581ea77a732e6d069e318.tar.bz2 samba-0fe419205444f2c4f33581ea77a732e6d069e318.zip |
s3-ntlmssp Remove references to auth_ntlmssp_context from the smb sealing code
Andrew Bartlett
Signed-off-by: Stefan Metzmacher <metze@samba.org>
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 |