diff options
| author | John Kohl <jtkohl@mit.edu> | 1990-09-07 16:20:30 +0000 |
|---|---|---|
| committer | John Kohl <jtkohl@mit.edu> | 1990-09-07 16:20:30 +0000 |
| commit | 65577956688d7edfb443dae485faf65771227db1 (patch) | |
| tree | 563b9dd2458ac0e84b7bf42ada32f2fdceb78e60 /src/include | |
| parent | 5bc4a4d002f2620f8c3e0a62f1e82fe42f4a84ba (diff) | |
| download | krb5-65577956688d7edfb443dae485faf65771227db1.tar.gz krb5-65577956688d7edfb443dae485faf65771227db1.tar.xz krb5-65577956688d7edfb443dae485faf65771227db1.zip | |
use two addresses now
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1103 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/include')
| -rw-r--r-- | src/include/krb5/krb5.h | 3 |
1 files changed, 2 insertions, 1 deletions
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; |
