mirror of
https://github.com/openssl/openssl.git
synced 2025-01-18 13:44:20 +08:00
Zap DES_UNROLL when SMALL_FOOTPRINT is in effect.
This commit is contained in:
parent
22cd982566
commit
3d6312e807
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user