Added msg_type field to the krb5_enc_kdc_rep_part structure
authorTheodore Tso <tytso@mit.edu>
Wed, 17 Aug 1994 20:36:10 +0000 (20:36 +0000)
committerTheodore Tso <tytso@mit.edu>
Wed, 17 Aug 1994 20:36:10 +0000 (20:36 +0000)
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

src/include/krb5/ChangeLog
src/include/krb5/krb5.h

index 7a3d215a7b1c137a5ff68571de3c51dab3cd01b0..27f5a9f6baeb07fdc809f68ad0b89f3a38750220 100644 (file)
@@ -1,3 +1,8 @@
+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
index 7c3c223798c11b949d4b5d44356340862c8b94e6..f8cf7e04bd5c6f15973bac9e1e545d8dcaeae0da 100644 (file)
@@ -158,6 +158,7 @@ typedef struct _krb5_kdc_req {
 
 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 */