From 77dbed264d53517f7787e82731356476030e636a Mon Sep 17 00:00:00 2001 From: Johan Danielsson Date: Tue, 11 Nov 1997 01:35:38 +0000 Subject: [PATCH] Make authcontext->keyblock a pointer. git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@3905 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/krb5/krb5.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/krb5/krb5.h b/lib/krb5/krb5.h index 760c0b8b5..97deb7981 100644 --- a/lib/krb5/krb5.h +++ b/lib/krb5/krb5.h @@ -329,7 +329,7 @@ typedef struct krb5_auth_context_data { krb5_address *local_address; krb5_address *remote_address; - krb5_keyblock key; + krb5_keyblock *keyblock; krb5_keyblock local_subkey; krb5_keyblock remote_subkey;