Files
heimdal/lib/des/key_par.c
Assar Westerlund 6961a4a341 Merged in libdes3.21-branch
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@473 ec53bebd-3082-4978-b11e-865c3cabbd6b
1996-05-04 04:44:52 +00:00

16 lines
274 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);
void
des_fixup_key_parity(des_cblock *key)
{
des_set_odd_parity(key);
}