diff options
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 /package/libs/openssl | |
parent | 27dffa0b0c53a1a817a9a37d1647c7e70672273f (diff) | |
download | upstream-7ee92227700c324f4c7c9b587bca1d8267c29112.tar.gz upstream-7ee92227700c324f4c7c9b587bca1d8267c29112.tar.bz2 upstream-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/openssl')
-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 |