Zap DES_UNROLL when SMALL_FOOTPRINT is in effect.

This commit is contained in:
Andy Polyakov 2005-10-04 06:25:39 +00:00
parent 22cd982566
commit 3d6312e807

View File

@ -425,4 +425,8 @@ extern const DES_LONG DES_SPtrans[8][64];
void fcrypt_body(DES_LONG *out,DES_key_schedule *ks,
DES_LONG Eswap0, DES_LONG Eswap1);
#ifdef OPENSSL_SMALL_FOOTPRINT
#undef DES_UNROLL
#endif
#endif