X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=util.h;h=b081cce965e9f66b6c5bea5a526d416542336ce4;hb=2ad2836d1c8e4e158a7f042c49320a25a06ca288;hp=7f433e9f03fa5b3f667515657ca2f931060ff17e;hpb=b3e9b5417e483948e1cafb8be28a24eb4f606132;p=mech_eap.orig diff --git a/util.h b/util.h index 7f433e9..b081cce 100644 --- a/util.h +++ b/util.h @@ -168,11 +168,13 @@ enum gss_eap_token_type { #define ITOK_TYPE_REAUTH_CREDS 0x00000007 #define ITOK_TYPE_REAUTH_REQ 0x00000008 #define ITOK_TYPE_REAUTH_RESP 0x00000009 +#define ITOK_TYPE_VERSION_INFO 0x0000000A +#define ITOK_TYPE_VENDOR_INFO 0x0000000B #define ITOK_FLAG_CRITICAL 0x80000000 /* critical, wire flag */ #define ITOK_FLAG_VERIFIED 0x40000000 /* verified, API flag */ -#define ITOK_TYPE_MASK (~(EXT_FLAG_CRITICAL | EXT_FLAG_VERIFIED)) +#define ITOK_TYPE_MASK (~(ITOK_FLAG_CRITICAL | ITOK_FLAG_VERIFIED)) OM_uint32 gssEapAllocContext(OM_uint32 *minor, gss_ctx_id_t *pCtx); OM_uint32 gssEapReleaseContext(OM_uint32 *minor, gss_ctx_id_t *pCtx);