From 2fb2b719488bc57658015c3c0469a54421d57cba Mon Sep 17 00:00:00 2001 From: Theodore Tso Date: Wed, 17 Aug 1994 20:36:10 +0000 Subject: [PATCH] Added msg_type field to the krb5_enc_kdc_rep_part structure 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 | 5 +++++ src/include/krb5/krb5.h | 1 + 2 files changed, 6 insertions(+) diff --git a/src/include/krb5/ChangeLog b/src/include/krb5/ChangeLog index 7a3d215a7..27f5a9f6b 100644 --- a/src/include/krb5/ChangeLog +++ b/src/include/krb5/ChangeLog @@ -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 diff --git a/src/include/krb5/krb5.h b/src/include/krb5/krb5.h index 7c3c22379..f8cf7e04b 100644 --- a/src/include/krb5/krb5.h +++ b/src/include/krb5/krb5.h @@ -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 */ -- 2.26.2