summaryrefslogtreecommitdiff
path: root/source3/librpc
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2011-05-10 22:02:49 +0200
committerMichael Adam <obnox@samba.org>2011-05-10 23:12:31 +0200
commit05e8881fef02e309a6dfbaee544f11c3d5088278 (patch)
treec125d6e0fd98f3286c9837f4fe165bfad5a4940b /source3/librpc
parent75f289d30eea3005a7256ef9f5cab0e1e11b570b (diff)
downloadsamba-05e8881fef02e309a6dfbaee544f11c3d5088278.tar.gz
samba-05e8881fef02e309a6dfbaee544f11c3d5088278.tar.bz2
samba-05e8881fef02e309a6dfbaee544f11c3d5088278.zip
s3:librpc: remove unneded gssapi includes from source3/librpc/crypto/gse.c
These come in via the smb_krb5.h include (and lib/replace/system/kerberos.h) in the end. Pair-Programmed-With: Stefan Metzmacher <metze@samba.org> Autobuild-User: Michael Adam <obnox@samba.org> Autobuild-Date: Tue May 10 23:12:31 CEST 2011 on sn-devel-104
Diffstat (limited to 'source3/librpc')
-rw-r--r--source3/librpc/crypto/gse.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/source3/librpc/crypto/gse.c b/source3/librpc/crypto/gse.c
index 34742bc4aa..c311c774d4 100644
--- a/source3/librpc/crypto/gse.c
+++ b/source3/librpc/crypto/gse.c
@@ -27,12 +27,6 @@
#include "smb_krb5.h"
#include "gse_krb5.h"
-#include <gssapi/gssapi.h>
-#include <gssapi/gssapi_krb5.h>
-#ifdef HAVE_GSSAPI_GSSAPI_EXT_H
-#include <gssapi/gssapi_ext.h>
-#endif
-
#ifndef GSS_KRB5_INQ_SSPI_SESSION_KEY_OID
#define GSS_KRB5_INQ_SSPI_SESSION_KEY_OID_LENGTH 11
#define GSS_KRB5_INQ_SSPI_SESSION_KEY_OID "\x2a\x86\x48\x86\xf7\x12\x01\x02\x02\x05\x05"