
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@168 ec53bebd-3082-4978-b11e-865c3cabbd6b
14 lines
223 B
C
14 lines
223 B
C
#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);
|
|
}
|