make subkeys into pointers

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@4153 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Johan Danielsson
1997-12-07 15:18:49 +00:00
parent 9107c02122
commit 63aa0978c3

View File

@@ -331,8 +331,8 @@ typedef struct krb5_auth_context_data {
krb5_address *local_address;
krb5_address *remote_address;
krb5_keyblock *keyblock;
krb5_keyblock local_subkey;
krb5_keyblock remote_subkey;
krb5_keyblock *local_subkey;
krb5_keyblock *remote_subkey;
int32_t local_seqnumber;
int32_t remote_seqnumber;