summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Pashev <igor.pashev@nexenta.com>2013-03-19 03:05:13 +0400
committerIgor Pashev <pashev.igor@gmail.com>2013-03-19 20:18:16 +0400
commitab61146a251a8aa649f1fec4e1d7633967e96781 (patch)
tree615940be5124e8423c946932cb9cb03876d44ad5
parentaf69e02d1968be15648346dea04273f980cac6b5 (diff)
downloadcibs-pkgs-ab61146a251a8aa649f1fec4e1d7633967e96781.tar.gz
openssl: enable md2, disable some more features
-rw-r--r--openssl1.0.0/Makefile14
-rw-r--r--openssl1.0.0/openssl.p5m2
2 files changed, 9 insertions, 7 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 \
diff --git a/openssl1.0.0/openssl.p5m b/openssl1.0.0/openssl.p5m
index 63468fb..472ddfd 100644
--- a/openssl1.0.0/openssl.p5m
+++ b/openssl1.0.0/openssl.p5m
@@ -48,7 +48,6 @@ file path=usr/include/openssl/hmac.h
file path=usr/include/openssl/comp.h
file path=usr/include/openssl/sha.h
file path=usr/include/openssl/bio.h
-file path=usr/include/openssl/whrlpool.h
file path=usr/include/openssl/lhash.h
file path=usr/include/openssl/des_old.h
file path=usr/include/openssl/cast.h
@@ -62,7 +61,6 @@ file path=usr/include/openssl/safestack.h
file path=usr/include/openssl/asn1_mac.h
file path=usr/include/openssl/conf.h
file path=usr/include/openssl/srp.h
-file path=usr/include/openssl/seed.h
file path=usr/include/openssl/rc2.h
file path=usr/include/openssl/ssl23.h
file path=usr/include/openssl/md5.h