summaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
authorTheodore Tso <tytso@mit.edu>1994-08-17 20:36:10 +0000
committerTheodore Tso <tytso@mit.edu>1994-08-17 20:36:10 +0000
commit2fb2b719488bc57658015c3c0469a54421d57cba (patch)
treeea51c8331eeccc20f6b228ff44540f5fff4894ca /src/include
parent2bd2e9f81df253ca3b40ea20e3a5428bbe2a3796 (diff)
downloadkrb5-2fb2b719488bc57658015c3c0469a54421d57cba.tar.gz
krb5-2fb2b719488bc57658015c3c0469a54421d57cba.tar.xz
krb5-2fb2b719488bc57658015c3c0469a54421d57cba.zip
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
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 */