From 65577956688d7edfb443dae485faf65771227db1 Mon Sep 17 00:00:00 2001 From: John Kohl Date: Fri, 7 Sep 1990 16:20:30 +0000 Subject: [PATCH] use two addresses now git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1103 dc483132-0cff-0310-8789-dd5450dbe970 --- src/include/krb5/krb5.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/include/krb5/krb5.h b/src/include/krb5/krb5.h index 8a70e17c4..14bf8938f 100644 --- a/src/include/krb5/krb5.h +++ b/src/include/krb5/krb5.h @@ -202,7 +202,8 @@ typedef struct _krb5_safe { krb5_data user_data; /* user data */ krb5_timestamp timestamp; /* client time */ krb5_ui_2 msec; /* millisecond portion of time */ - krb5_address **addresses; /* array of ptrs to addresses */ + krb5_address *s_address; /* sender address */ + krb5_address *r_address; /* recipient address */ krb5_checksum *checksum; /* data integrity checksum */ } krb5_safe; -- 2.26.2