浏览代码

openssl: add back the CAST cipher by default

At least netatalk and some ipsec packages use it

Signed-off-by: Felix Fietkau <[email protected]>
Felix Fietkau 9 年之前
父节点
当前提交
cb8f322d93
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      package/libs/openssl/Makefile

+ 1 - 1
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