diff options
author | Andrew Bartlett <abartlet@samba.org> | 2012-02-17 12:04:19 +1100 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2012-02-17 17:36:37 +1100 |
commit | 05cf2d41cc16cf0ebd3605028a1723102449ccc3 (patch) | |
tree | 3010b61d969d04cb1496be8cfef76f16367f591b /source3/librpc/crypto | |
parent | 9eb8f07fc42f7f4ee8685ce020b34838ace078b1 (diff) | |
download | samba-05cf2d41cc16cf0ebd3605028a1723102449ccc3.tar.gz samba-05cf2d41cc16cf0ebd3605028a1723102449ccc3.tar.bz2 samba-05cf2d41cc16cf0ebd3605028a1723102449ccc3.zip |
s3-librpc: Remove backup declaration of GSS_C_DCE_STYLE
All our supported krb5 libs provide this.
Andrew Bartlett
Diffstat (limited to 'source3/librpc/crypto')
-rw-r--r-- | source3/librpc/crypto/gse.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/source3/librpc/crypto/gse.c b/source3/librpc/crypto/gse.c index 63de73e674..3643262a77 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" |