WARNING! This change will require a global recompile, at least of
those routines that depend on the size of the krb5_enc_kdc_rep_part
structure, as it *will* be changing.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4171
dc483132-0cff-0310-8789-
dd5450dbe970
+Wed Aug 17 16:33:22 1994 Theodore Y. Ts'o (tytso at tsx-11)
+
+ * krb5.h (krb5_enc_kdc_rep_part): Added msg_type field. Needed
+ for the ASN.1 routines.
+
Tue Aug 16 22:01:56 1994 Mark Eichin (eichin@cygnus.com)
* configure.in: change test for USE_SYS_TIME_H to consistent
typedef struct _krb5_enc_kdc_rep_part {
/* encrypted part: */
+ krb5_msgtype msg_type; /* krb5 message type */
krb5_keyblock *session; /* session key */
krb5_last_req_entry **last_req; /* array of ptrs to entries */
krb5_int32 nonce; /* nonce from request */