index
:
openwrt.git
OpenWrt Source Repository
log msg
author
committer
range
feature/odhcpd_odhcp6c_udhcpc-capsdrop
linksys3200ac-master
master
summary
refs
log
tree
commit
diff
path:
root
/
package
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
author
Felix Fietkau <nbd@nbd.name>
2016-07-23 19:03:47 +0200
committer
Felix Fietkau <nbd@nbd.name>
2016-07-23 19:03:47 +0200
commit
600fd467d8e884a9d2d36e996f9680f215bdd0dd
(
patch
)
tree
f8c8467dafb659f2689d474a64459e150a2f0ad6
/
package
parent
164a405a481bc698645486a082c5a610be5ba48a
(
diff
)
openssl: revert the no-ripemd change, openssh needs that cipher
Signed-off-by: Felix Fietkau <nbd@nbd.name>
Diffstat
(limited to 'package')
-rw-r--r--
package/libs/openssl/Makefile
2
1 files changed, 1 insertions, 1 deletions
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