Can't remember why this was needed?
This commit is contained in:
parent
1b843d3c69
commit
1618bc7921
@ -394,9 +394,10 @@ int des_key_sched(const_des_cblock *key, des_key_schedule schedule)
|
|||||||
{
|
{
|
||||||
return(des_set_key(key,schedule));
|
return(des_set_key(key,schedule));
|
||||||
}
|
}
|
||||||
|
/*
|
||||||
#undef des_fixup_key_parity
|
#undef des_fixup_key_parity
|
||||||
void des_fixup_key_parity(des_cblock *key)
|
void des_fixup_key_parity(des_cblock *key)
|
||||||
{
|
{
|
||||||
des_set_odd_parity(key);
|
des_set_odd_parity(key);
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user