From c5988c8e90ade8698fe93dab35dae1b976990ec8 Mon Sep 17 00:00:00 2001 From: Daniel Pawlik Date: Tue, 6 May 2025 14:15:00 +0200 Subject: [PATCH] Configure afalg when wolfssl --- configs/common/wolfssl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configs/common/wolfssl b/configs/common/wolfssl index 498dd19..07acb0d 100644 --- a/configs/common/wolfssl +++ b/configs/common/wolfssl @@ -7,6 +7,7 @@ CONFIG_PACKAGE_apk-mbedtls=y CONFIG_PACKAGE_wpad-wolfssl=y CONFIG_PACKAGE_libustream-mbedtls=m CONFIG_PACKAGE_libustream-wolfssl=y +CONFIG_PACKAGE_libwolfssl=y # CONFIG_PACKAGE_wpad-mbedtls is not set # CONFIG_PACKAGE_wpad-basic-mbedtls is not set # CONFIG_PACKAGE_wpad-basic-openssl is not set @@ -23,6 +24,7 @@ CONFIG_LUA_ECO_WOLFSSL=y # CONFIG_PACKAGE_kmod-cryptodev=y # CONFIG_WOLFSSL_HAS_DEVCRYPTO=y # CONFIG_WOLFSSL_HAS_DEVCRYPTO_FULL=y +CONFIG_WOLFSSL_HAS_AFALG=y # Probably it can be used by wolfssl CONFIG_PACKAGE_kmod-crypto-user=y