From: Felix Fietkau Date: Tue, 9 Aug 2016 05:17:58 +0000 (+0200) Subject: openssl: re-enable CMAC support X-Git-Tag: v17.01.0-rc1~1778 X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=7ee92227700c324f4c7c9b587bca1d8267c29112;p=openwrt%2Fstaging%2Fchunkeey.git openssl: re-enable CMAC support Needed by a few packages Signed-off-by: Felix Fietkau --- diff --git a/package/libs/openssl/Makefile b/package/libs/openssl/Makefile index 9fbefa581a..e73cd759b1 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-cmac + no-whrlpool no-whirlpool no-seed OPENSSL_OPTIONS:= shared no-err no-sse2 no-ssl2 no-ssl2-method no-heartbeats ifdef CONFIG_OPENSSL_ENGINE_CRYPTO