summaryrefslogtreecommitdiffstats
path: root/crypto/des
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2005-10-04 06:25:39 +0000
committerAndy Polyakov <appro@openssl.org>2005-10-04 06:25:39 +0000
commit3d6312e8072ced4d00657835229772f93429a149 (patch)
tree68f676cffe8cc41401e00fa72c0df10573457816 /crypto/des
parent22cd982566135496f6f6f804559dfa45b9a02067 (diff)
Zap DES_UNROLL when SMALL_FOOTPRINT is in effect.
Diffstat (limited to 'crypto/des')
-rw-r--r--crypto/des/des_locl.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/crypto/des/des_locl.h b/crypto/des/des_locl.h
index 4b9ecff233..f7ed6ae19a 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