diff options
author | Andrew Bartlett <abartlet@samba.org> | 2012-01-14 12:01:12 +1100 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2012-01-20 23:55:55 +0100 |
commit | 58916c047d4e0441c878489f14581993bc65f130 (patch) | |
tree | d6d7b03cbfc7f37a5b99d0fa6e7eba72659b29d5 /libcli/smb | |
parent | 41ed715d42434c5eba2fc4cd9fe267c5179330da (diff) | |
download | samba-58916c047d4e0441c878489f14581993bc65f130.tar.gz samba-58916c047d4e0441c878489f14581993bc65f130.tar.bz2 samba-58916c047d4e0441c878489f14581993bc65f130.zip |
s3-libsmb: Remove unused smb_tran_enc_state_gss and gssapi headers
Signed-off-by: Stefan Metzmacher <metze@samba.org>
Diffstat (limited to 'libcli/smb')
-rw-r--r-- | libcli/smb/smb_seal.h | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/libcli/smb/smb_seal.h b/libcli/smb/smb_seal.h index 937d0484e6..bcd4a9568e 100644 --- a/libcli/smb/smb_seal.h +++ b/libcli/smb/smb_seal.h @@ -20,14 +20,6 @@ #ifndef _HEADER_SMB_CRYPT_H #define _HEADER_SMB_CRYPT_H -#if HAVE_GSSAPI_GSSAPI_H -#include <gssapi/gssapi.h> -#elif HAVE_GSSAPI_GSSAPI_GENERIC_H -#include <gssapi/gssapi_generic.h> -#elif HAVE_GSSAPI_H -#include <gssapi.h> -#endif - /* Transport encryption state. */ enum smb_trans_enc_type { SMB_TRANS_ENC_NTLM @@ -36,13 +28,6 @@ enum smb_trans_enc_type { #endif }; -#if defined(HAVE_GSSAPI) && defined(HAVE_KRB5) -struct smb_tran_enc_state_gss { - gss_ctx_id_t gss_ctx; - gss_cred_id_t creds; -}; -#endif - struct smb_trans_enc_state { enum smb_trans_enc_type smb_enc_type; uint16_t enc_ctx_num; |