diff --git a/crypto/des/des_locl.h b/crypto/des/des_locl.h index 4b9ecff23391367fa5a6656c5858dcb1d8c28099..f7ed6ae19a997fd5705bd504d07ea5b2291cbe92 100644 --- a/crypto/des/des_locl.h +++ b/crypto/des/des_locl.h @@ -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