projects
/
krb5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5bc4a4d
)
use two addresses now
author
John Kohl
<jtkohl@mit.edu>
Fri, 7 Sep 1990 16:20:30 +0000
(16:20 +0000)
committer
John Kohl
<jtkohl@mit.edu>
Fri, 7 Sep 1990 16:20:30 +0000
(16:20 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1103
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 8a70e17c44a34bb66b0519a52380db8f64073937..14bf8938ff71b34c007d12e67525e4957f6229eb 100644
(file)
--- 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;