mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-19 13:48:06 +00:00
openssl: add back the CAST cipher by default
At least netatalk and some ipsec packages use it Signed-off-by: Felix Fietkau <nbd@nbd.name>
This commit is contained in:
parent
07577c5ebe
commit
cb8f322d93
@ -97,7 +97,7 @@ endef
|
|||||||
|
|
||||||
|
|
||||||
OPENSSL_NO_CIPHERS:= no-idea no-md2 no-mdc2 no-rc5 no-sha0 no-camellia no-krb5 \
|
OPENSSL_NO_CIPHERS:= no-idea no-md2 no-mdc2 no-rc5 no-sha0 no-camellia no-krb5 \
|
||||||
no-whrlpool no-whirlpool no-seed no-cast no-cmac
|
no-whrlpool no-whirlpool no-seed no-cmac
|
||||||
OPENSSL_OPTIONS:= shared no-err no-sse2 no-ssl2 no-ssl2-method no-heartbeats
|
OPENSSL_OPTIONS:= shared no-err no-sse2 no-ssl2 no-ssl2-method no-heartbeats
|
||||||
|
|
||||||
ifdef CONFIG_OPENSSL_ENGINE_CRYPTO
|
ifdef CONFIG_OPENSSL_ENGINE_CRYPTO
|
||||||
|
Loading…
Reference in New Issue
Block a user