Initial revision
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@168 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
13
lib/des/key_par.c
Normal file
13
lib/des/key_par.c
Normal file
@@ -0,0 +1,13 @@
|
|||||||
|
#include "des_locl.h"
|
||||||
|
|
||||||
|
/* MIT Link and source compatibility */
|
||||||
|
|
||||||
|
#ifdef des_fixup_key_parity
|
||||||
|
#undef des_fixup_key_parity
|
||||||
|
#endif des_fixup_key_parity
|
||||||
|
|
||||||
|
void
|
||||||
|
des_fixup_key_parity(des_cblock *key)
|
||||||
|
{
|
||||||
|
des_set_odd_parity(key);
|
||||||
|
}
|
Reference in New Issue
Block a user