projects
/
openwrt
/
staging
/
lynxis.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
27dffa0
)
openssl: re-enable CMAC support
author
Felix Fietkau
<nbd@nbd.name>
Tue, 9 Aug 2016 05:17:58 +0000
(07:17 +0200)
committer
Felix Fietkau
<nbd@nbd.name>
Tue, 9 Aug 2016 05:18:03 +0000
(07:18 +0200)
Needed by a few packages
Signed-off-by: Felix Fietkau <nbd@nbd.name>
package/libs/openssl/Makefile
patch
|
blob
|
history
diff --git
a/package/libs/openssl/Makefile
b/package/libs/openssl/Makefile
index 9fbefa581a2b6ad1f6361db5cb5efc23954baa71..e73cd759b1afee18830b9e7247bed3f76b113adb 100644
(file)
--- 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