From: Andrew Bartlett Date: Sat, 14 Jan 2012 01:01:12 +0000 (+1100) Subject: s3-libsmb: Remove unused smb_tran_enc_state_gss and gssapi headers X-Git-Tag: tevent-0.9.15~280 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=58916c047d4e0441c878489f14581993bc65f130;p=thirdparty%2Fsamba.git s3-libsmb: Remove unused smb_tran_enc_state_gss and gssapi headers Signed-off-by: Stefan Metzmacher --- diff --git a/libcli/smb/smb_seal.h b/libcli/smb/smb_seal.h index 937d0484e6e..bcd4a9568e3 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 -#elif HAVE_GSSAPI_GSSAPI_GENERIC_H -#include -#elif HAVE_GSSAPI_H -#include -#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;