Zap DES_UNROLL when SMALL_FOOTPRINT is in effect.
This commit is contained in:
@@ -425,4 +425,8 @@ extern const DES_LONG DES_SPtrans[8][64];
|
|||||||
|
|
||||||
void fcrypt_body(DES_LONG *out,DES_key_schedule *ks,
|
void fcrypt_body(DES_LONG *out,DES_key_schedule *ks,
|
||||||
DES_LONG Eswap0, DES_LONG Eswap1);
|
DES_LONG Eswap0, DES_LONG Eswap1);
|
||||||
|
|
||||||
|
#ifdef OPENSSL_SMALL_FOOTPRINT
|
||||||
|
#undef DES_UNROLL
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user