summaryrefslogtreecommitdiffstats
path: root/package/libs
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@nbd.name>2016-08-09 07:17:58 +0200
committerFelix Fietkau <nbd@nbd.name>2016-08-09 07:18:03 +0200
commit7ee92227700c324f4c7c9b587bca1d8267c29112 (patch)
tree4ea1f5cb8edb0d00cbad9a1cc836f6ce22b1b6dc /package/libs
parent27dffa0b0c53a1a817a9a37d1647c7e70672273f (diff)
downloadmaster-31e0f0ae-7ee92227700c324f4c7c9b587bca1d8267c29112.tar.gz
master-31e0f0ae-7ee92227700c324f4c7c9b587bca1d8267c29112.tar.bz2
master-31e0f0ae-7ee92227700c324f4c7c9b587bca1d8267c29112.zip
openssl: re-enable CMAC support
Needed by a few packages Signed-off-by: Felix Fietkau <nbd@nbd.name>
Diffstat (limited to 'package/libs')
-rw-r--r--package/libs/openssl/Makefile2
1 files changed, 1 insertions, 1 deletions
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