summaryrefslogtreecommitdiff
path: root/openssl1.0.0/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'openssl1.0.0/Makefile')
-rw-r--r--openssl1.0.0/Makefile14
1 files changed, 9 insertions, 5 deletions
diff --git a/openssl1.0.0/Makefile b/openssl1.0.0/Makefile
index 012e139..554dbf1 100644
--- a/openssl1.0.0/Makefile
+++ b/openssl1.0.0/Makefile
@@ -59,24 +59,28 @@ configure-options = \
--enginesdir=$(enginesdir.$(bits)) \
--libdir=$(libdir.$(bits)) \
$(configure-options.$(bits)) \
+ enable-md2 \
no-ec \
no-ecdh \
no-ecdsa \
- no-rc3 \
- no-rc5 \
- no-mdc2 \
- no-idea \
no-hw_4758_cca \
no-hw_aep \
no-hw_atalla \
no-hw_chil \
+ no-hw_cswift \
no-hw_gmp \
no-hw_ncipher \
no-hw_nuron \
no-hw_padlock \
no-hw_sureware \
no-hw_ubsec \
- no-hw_cswift \
+ no-idea \
+ no-mdc2 \
+ no-rc3 \
+ no-rc5 \
+ no-seed \
+ no-whirlpool \
+ no-whrlpool \
threads \
shared \
no-static \