openssl: re-enable CMAC support
Needed by a few packages Signed-off-by: Felix Fietkau <nbd@nbd.name>
This commit is contained in:
parent
27dffa0b0c
commit
7ee9222770
1 changed files with 1 additions and 1 deletions
|
@ -97,7 +97,7 @@ endef
|
||||||
|
|
||||||
|
|
||||||
OPENSSL_NO_CIPHERS:= no-idea no-md2 no-mdc2 no-rc5 no-sha0 no-camellia no-krb5 \
|
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
|
OPENSSL_OPTIONS:= shared no-err no-sse2 no-ssl2 no-ssl2-method no-heartbeats
|
||||||
|
|
||||||
ifdef CONFIG_OPENSSL_ENGINE_CRYPTO
|
ifdef CONFIG_OPENSSL_ENGINE_CRYPTO
|
||||||
|
|
Loading…
Reference in a new issue