[source] openssl: re-enable CMAC support

LEDE Commits lede-commits at lists.infradead.org
Mon Aug 8 22:18:53 PDT 2016


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

commit 7ee92227700c324f4c7c9b587bca1d8267c29112
Author: Felix Fietkau <nbd at nbd.name>
AuthorDate: Tue Aug 9 07:17:58 2016 +0200

    openssl: re-enable CMAC support
    
    Needed by a few packages
    
    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 9fbefa5..e73cd75 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



More information about the lede-commits mailing list