summaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
authorJohn Kohl <jtkohl@mit.edu>1990-09-10 16:53:19 +0000
committerJohn Kohl <jtkohl@mit.edu>1990-09-10 16:53:19 +0000
commit173e337663882e58ccbfd4f6b8cb852f9ada76f3 (patch)
treeab5114e644ab5181250fefd6b683547e93d57b8f /src/include
parent6a4d4f2046ce2a688030561a3446c6e952b736ea (diff)
downloadkrb5-173e337663882e58ccbfd4f6b8cb852f9ada76f3.tar.gz
krb5-173e337663882e58ccbfd4f6b8cb852f9ada76f3.tar.xz
krb5-173e337663882e58ccbfd4f6b8cb852f9ada76f3.zip
change addresses to s_, r_address in krb_priv
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1111 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/include')
-rw-r--r--src/include/krb5/krb5.h3
1 files changed, 2 insertions, 1 deletions
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 */