should be 0x0201.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@7148
dc483132-0cff-0310-8789-
dd5450dbe970
Fri Dec 1 17:11:43 1995 Theodore Y. Ts'o <tytso@dcl>
+ * gssapiP_krb5.h (KG_TOK_WRAP_MSG): Changed token ID for
+ KG_TOK_WRAP_MSG to match KG_TOK_SEAL_MSG both should be
+ 0x0201.
+
* krb5_gss_glue.c (gss_inquire_names_for_mech): Added new context
argument to the call of krb5_gss_inquire_names_for_mech().
#define KG_TOK_SIGN_MSG 0x0101
#define KG_TOK_SEAL_MSG 0x0201
#define KG_TOK_MIC_MSG 0x0101
-#define KG_TOK_WRAP_MSG 0x0202
+#define KG_TOK_WRAP_MSG 0x0201
#define KG_TOK_DEL_CTX 0x0102
/** internal types **/