From 06f7105490ecd387f726d540b33c8eba960e9cfb Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Fri, 13 Jan 2012 20:34:10 +1100 Subject: s3-libcli Change krb5 smb sealing to call via gensec and gensec_gse This also fixes the support for smb sealing with krb5 in make test, as this now relies on secrets.tdb rather than /etc/krb5.keytab. Andrew Bartlett Signed-off-by: Stefan Metzmacher --- libcli/smb/smb_seal.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'libcli/smb/smb_seal.h') diff --git a/libcli/smb/smb_seal.h b/libcli/smb/smb_seal.h index 9f9a8063cf..724b25ef5e 100644 --- a/libcli/smb/smb_seal.h +++ b/libcli/smb/smb_seal.h @@ -49,9 +49,6 @@ struct smb_trans_enc_state { bool enc_on; union { struct gensec_security *gensec_security; -#if defined(HAVE_GSSAPI) && defined(HAVE_KRB5) - struct smb_tran_enc_state_gss *gss_state; -#endif } s; }; -- cgit