From: Felix Fietkau Date: Sat, 23 Jul 2016 17:03:47 +0000 (+0200) Subject: openssl: revert the no-ripemd change, openssh needs that cipher X-Git-Tag: v17.01.0-rc1~1945 X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=commitdiff_plain;h=600fd467d8e884a9d2d36e996f9680f215bdd0dd openssl: revert the no-ripemd change, openssh needs that cipher Signed-off-by: Felix Fietkau --- diff --git a/package/libs/openssl/Makefile b/package/libs/openssl/Makefile index 0181dced85..47594a55ba 100644 --- a/package/libs/openssl/Makefile +++ b/package/libs/openssl/Makefile @@ -97,7 +97,7 @@ endef OPENSSL_NO_CIPHERS:= no-idea no-md2 no-mdc2 no-rc5 no-sha0 no-camellia no-krb5 \ - no-whrlpool no-whirlpool no-ripemd no-seed no-cast no-cmac + no-whrlpool no-whirlpool no-seed no-cast no-cmac OPENSSL_OPTIONS:= shared no-err no-sse2 no-ssl2 no-ssl2-method no-heartbeats ifdef CONFIG_OPENSSL_ENGINE_CRYPTO