From 05cf2d41cc16cf0ebd3605028a1723102449ccc3 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Fri, 17 Feb 2012 12:04:19 +1100 Subject: [PATCH] s3-librpc: Remove backup declaration of GSS_C_DCE_STYLE All our supported krb5 libs provide this. Andrew Bartlett --- source3/librpc/crypto/gse.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/source3/librpc/crypto/gse.c b/source3/librpc/crypto/gse.c index 63de73e6743..3643262a77f 100644 --- a/source3/librpc/crypto/gse.c +++ b/source3/librpc/crypto/gse.c @@ -35,10 +35,6 @@ #include "smb_krb5.h" #include "gse_krb5.h" -#ifndef GSS_C_DCE_STYLE -#define GSS_C_DCE_STYLE 0x1000 -#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" -- 2.11.4.GIT