[source] openssl: add back the CAST cipher by default

LEDE Commits lede-commits at lists.infradead.org
Sun Jul 24 05:42:22 PDT 2016


nbd pushed a commit to source.git, branch master:
https://git.lede-project.org/?p=source.git;a=commitdiff;h=cb8f322d93cf1b33a8e6c3dae2b9ea03e9532a0d

commit cb8f322d93cf1b33a8e6c3dae2b9ea03e9532a0d
Author: Felix Fietkau <nbd at nbd.name>
AuthorDate: Sun Jul 24 14:41:50 2016 +0200

    openssl: add back the CAST cipher by default
    
    At least netatalk and some ipsec packages use it
    
    Signed-off-by: Felix Fietkau <nbd at nbd.name>
---
 package/libs/openssl/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/libs/openssl/Makefile b/package/libs/openssl/Makefile
index 47594a5..9fbefa5 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



More information about the lede-commits mailing list