From 58916c047d4e0441c878489f14581993bc65f130 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Sat, 14 Jan 2012 12:01:12 +1100 Subject: [PATCH] s3-libsmb: Remove unused smb_tran_enc_state_gss and gssapi headers Signed-off-by: Stefan Metzmacher --- libcli/smb/smb_seal.h | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/libcli/smb/smb_seal.h b/libcli/smb/smb_seal.h index 937d0484e6ec..bcd4a9568e32 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; -- 2.34.1