projects
/
krb5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6a4d4f2
)
change addresses to s_, r_address in krb_priv
author
John Kohl
<jtkohl@mit.edu>
Mon, 10 Sep 1990 16:53:19 +0000
(16:53 +0000)
committer
John Kohl
<jtkohl@mit.edu>
Mon, 10 Sep 1990 16:53:19 +0000
(16:53 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1111
dc483132
-0cff-0310-8789-
dd5450dbe970
src/include/krb5/krb5.h
patch
|
blob
|
history
diff --git
a/src/include/krb5/krb5.h
b/src/include/krb5/krb5.h
index 14bf8938ff71b34c007d12e67525e4957f6229eb..7ab8ea3d46ae684950969e985f368cb57a3bde9b 100644
(file)
--- 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 */