Commit 3d6312e8 authored by Andy Polyakov's avatar Andy Polyakov
Browse files

Zap DES_UNROLL when SMALL_FOOTPRINT is in effect.

parent 22cd9825
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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