1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-26 10:04:02 +03:00

Revert "s4:gensec_gssapi.c - make sure that "GSS_C_DELEG_POLICY_FLAG" is available"

This reverts commit 3e091a82167f51b7d9abf00755bede9354932c6b.

This should be fixed through the new build system when it lands in "master".
This commit is contained in:
Matthias Dieter Wallnöfer 2010-04-05 12:06:02 +02:00
parent 1b6e5a1b8d
commit 6d6c551d26

View File

@ -42,11 +42,6 @@
#include "auth/gensec/gensec_gssapi.h"
#include "lib/util/util_net.h"
/* There are "gssapi.h" header files which don't define all needed constants */
#ifndef GSS_C_DELEG_POLICY_FLAG
#define GSS_C_DELEG_POLICY_FLAG 32768
#endif
static size_t gensec_gssapi_max_input_size(struct gensec_security *gensec_security);
static size_t gensec_gssapi_max_wrapped_size(struct gensec_security *gensec_security);