ARCFOUR_set_key -> RC4_set_key
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@7461 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -402,7 +402,7 @@ ARCFOUR_random_key(krb5_context context, krb5_keyblock *key)
|
|||||||
static void
|
static void
|
||||||
ARCFOUR_schedule(krb5_context context, struct key_data *kd)
|
ARCFOUR_schedule(krb5_context context, struct key_data *kd)
|
||||||
{
|
{
|
||||||
ARCFOUR_set_key (kd->schedule->data,
|
RC4_set_key (kd->schedule->data,
|
||||||
kd->key->keyvalue.length, kd->key->keyvalue.data);
|
kd->key->keyvalue.length, kd->key->keyvalue.data);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user