summaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
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 */