Make authcontext->keyblock a pointer.
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@3916 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -61,7 +61,7 @@ krb5_mk_safe(krb5_context context,
|
||||
cksumtype = auth_context->cksumtype;
|
||||
else {
|
||||
r = krb5_keytype_to_cksumtype (context,
|
||||
auth_context->key.keytype,
|
||||
auth_context->keyblock->keytype,
|
||||
&cksumtype);
|
||||
if (r)
|
||||
return r;
|
||||
@@ -102,7 +102,7 @@ krb5_mk_safe(krb5_context context,
|
||||
cksumtype,
|
||||
buf + sizeof(buf) - len,
|
||||
len,
|
||||
&auth_context->key,
|
||||
auth_context->keyblock,
|
||||
&s.cksum);
|
||||
if (r)
|
||||
return r;
|
||||
|
Reference in New Issue
Block a user