+Thu Nov 16 17:04:00 1995 <tytso@rsts-11.mit.edu>
+
+ * gssapiP_krb5.h (KG_TOK_MIC_MSG, KG_TOK_WRAP_MSG, KG_DEL_CTX):
+ Fixed token type numbers so they conform with the protocol
+ spec. Paul Park didn't realize that he wasn't allowed to
+ change these willy-nilly...
+
Wed Oct 25 15:38:00 1995 Theodore Y. Ts'o <tytso@dcl>
* init_sec_context.c (make_ap_req): Change the input type of
#define KG_TOK_CTX_ERROR 0x0300
#define KG_TOK_SIGN_MSG 0x0101
#define KG_TOK_SEAL_MSG 0x0201
-#define KG_TOK_MIC_MSG 0x0102
+#define KG_TOK_MIC_MSG 0x0101
#define KG_TOK_WRAP_MSG 0x0202
-#define KG_TOK_DEL_CTX 0x0103
+#define KG_TOK_DEL_CTX 0x0102
/** internal types **/
));
OM_uint32 krb5_gss_inquire_names_for_mech
-PROTOTYPE( (OM_uint32 *, /* minor_status */
+PROTOTYPE( (void *,
+ OM_uint32 *, /* minor_status */
gss_OID, /* mechanism */
gss_OID_set * /* name_types */
));