Remove GSS_C_EXPECTING_MECH_LIST_MIC_FLAG, it is no longer in rfc2478bis

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@14584 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Luke Howard
2005-02-21 08:48:15 +00:00
parent 1d02386069
commit 244ca04320
8 changed files with 40 additions and 52 deletions

View File

@@ -116,14 +116,6 @@ typedef OM_uint32 gss_qop_t;
#define GSS_C_PROT_READY_FLAG 128
#define GSS_C_TRANS_FLAG 256
/*
* GSS_C_EXPECTING_MECH_LIST_MIC_FLAG - Setting this flag causes the
* initiator to insist that the acceptor integrity protect the mechanism
* list when using SPNEGO. This can be forced on by setting the
* [gssapi]require_mechlist_mic option in krb5.conf.
*/
#define GSS_C_EXPECTING_MECH_LIST_MIC_FLAG 0x10000
/*
* Credential usage options
*/