summaryrefslogtreecommitdiff
path: root/package/libs/openssl
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2013-11-14 20:42:15 +0000
committerFelix Fietkau <nbd@openwrt.org>2013-11-14 20:42:15 +0000
commit1f819564d117cd344fea583fc2f0bf6a622d0407 (patch)
tree749d1d660fd343e13eca72ff865faec0a26f5dd9 /package/libs/openssl
parentd923eab86ec8844d1b35fafae18e89347fd327cc (diff)
downloadmtk-20170518-1f819564d117cd344fea583fc2f0bf6a622d0407.zip
mtk-20170518-1f819564d117cd344fea583fc2f0bf6a622d0407.tar.gz
mtk-20170518-1f819564d117cd344fea583fc2f0bf6a622d0407.tar.bz2
openssl: add support for RIPEMD/160
RIPEMD is needed to update erlang and i'd like to enable RIPEMD160 support in openssh. Size compared: openssl without RIPEMD/160 support: 647K 29. Okt 20:00 bin/ar71xx/packages/libopenssl_1.0.1e-2_ar71xx.ipk openssl with RIPEMD/160 support: 652K 8. Nov 15:11 bin/ar71xx/packages/libopenssl_1.0.1e-2_ar71xx.ipk So the file size just grows ~5kb, which shouldn't be a problem. Signed-off-by: Peter Wagner <tripolar@gmx.at> SVN-Revision: 38809
Diffstat (limited to 'package/libs/openssl')
-rw-r--r--package/libs/openssl/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/libs/openssl/Makefile b/package/libs/openssl/Makefile
index a280ff4..27b6e99 100644
--- a/package/libs/openssl/Makefile
+++ b/package/libs/openssl/Makefile
@@ -78,7 +78,7 @@ endef
OPENSSL_NO_CIPHERS:= no-idea no-md2 no-mdc2 no-rc5 no-sha0 no-smime \
- no-rmd160 no-aes192 no-ripemd no-camellia no-ans1 no-krb5
+ no-aes192 no-camellia no-ans1 no-krb5
OPENSSL_OPTIONS:= shared no-err no-hw no-threads zlib-dynamic no-sse2
ifdef CONFIG_OPENSSL_ENGINE_CRYPTO