From 173e337663882e58ccbfd4f6b8cb852f9ada76f3 Mon Sep 17 00:00:00 2001 From: John Kohl Date: Mon, 10 Sep 1990 16:53:19 +0000 Subject: [PATCH] change addresses to s_, r_address in krb_priv git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1111 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 14bf8938f..7ab8ea3d4 100644 --- a/src/include/krb5/krb5.h +++ b/src/include/krb5/krb5.h @@ -216,7 +216,8 @@ typedef struct _krb5_priv_enc_part { 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_priv_enc_part; /* these need to be here so the typedefs are available for the prototypes */ -- 2.26.2