Make authcontext->keyblock a pointer.

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@3905 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Johan Danielsson
1997-11-11 01:35:38 +00:00
parent 870f9aeca1
commit 77dbed264d

View File

@@ -329,7 +329,7 @@ typedef struct krb5_auth_context_data {
krb5_address *local_address; krb5_address *local_address;
krb5_address *remote_address; krb5_address *remote_address;
krb5_keyblock key; krb5_keyblock *keyblock;
krb5_keyblock local_subkey; krb5_keyblock local_subkey;
krb5_keyblock remote_subkey; krb5_keyblock remote_subkey;