index
:
openwrt.git
OpenWrt Source Repository
log msg
author
committer
range
feature/odhcpd_odhcp6c_udhcpc-capsdrop
linksys3200ac-master
master
summary
refs
log
tree
commit
diff
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
author
Felix Fietkau <nbd@nbd.name>
2016-08-09 07:17:58 +0200
committer
Felix Fietkau <nbd@nbd.name>
2016-08-09 07:18:03 +0200
commit
7ee92227700c324f4c7c9b587bca1d8267c29112
(
patch
)
tree
4ea1f5cb8edb0d00cbad9a1cc836f6ce22b1b6dc
parent
27dffa0b0c53a1a817a9a37d1647c7e70672273f
(
diff
)
openssl: re-enable CMAC support
Needed by a few packages Signed-off-by: Felix Fietkau <nbd@nbd.name>
Diffstat
-rw-r--r--
package/libs/openssl/Makefile
2
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