use copy_EncryptionKey
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@4155 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -63,10 +63,7 @@ krb5_copy_keyblock_contents (krb5_context context,
|
|||||||
const krb5_keyblock *inblock,
|
const krb5_keyblock *inblock,
|
||||||
krb5_keyblock *to)
|
krb5_keyblock *to)
|
||||||
{
|
{
|
||||||
to->keytype = inblock->keytype;
|
return copy_EncryptionKey(inblock, to);
|
||||||
return krb5_data_copy (&to->keyvalue,
|
|
||||||
inblock->keyvalue.data,
|
|
||||||
inblock->keyvalue.length);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
krb5_error_code
|
krb5_error_code
|
||||||
|
Reference in New Issue
Block a user