summaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
Diffstat (limited to 'src/include')
-rw-r--r--src/include/krb5/ChangeLog5
-rw-r--r--src/include/krb5/krb5.h1
2 files changed, 6 insertions, 0 deletions
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 */