diff options
author | Felix Fietkau <nbd@nbd.name> | 2016-07-24 14:41:50 +0200 |
---|---|---|
committer | Felix Fietkau <nbd@nbd.name> | 2016-07-24 14:42:18 +0200 |
commit | cb8f322d93cf1b33a8e6c3dae2b9ea03e9532a0d (patch) | |
tree | 5588a13ee086c9e19aea51cd0ebde709b9f92a68 /package/libs | |
parent | 07577c5ebe1a49b5c05659559c2fd220647b33f6 (diff) | |
download | upstream-cb8f322d93cf1b33a8e6c3dae2b9ea03e9532a0d.tar.gz upstream-cb8f322d93cf1b33a8e6c3dae2b9ea03e9532a0d.tar.bz2 upstream-cb8f322d93cf1b33a8e6c3dae2b9ea03e9532a0d.zip |
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>
Diffstat (limited to 'package/libs')
-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 47594a55ba..9fbefa581a 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-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 ifdef CONFIG_OPENSSL_ENGINE_CRYPTO |