From 9d262d7c13ea6458bcf04552a19a68c7721ab4f6 Mon Sep 17 00:00:00 2001 From: Ronald Cron Date: Fri, 6 Dec 2024 17:41:26 +0100 Subject: [PATCH] Fix test_ccm_aes_sha256 Signed-off-by: Ronald Cron --- tests/scripts/components-configuration-crypto.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/scripts/components-configuration-crypto.sh b/tests/scripts/components-configuration-crypto.sh index fe8fe913a0..f4d5f59c55 100644 --- a/tests/scripts/components-configuration-crypto.sh +++ b/tests/scripts/components-configuration-crypto.sh @@ -2167,6 +2167,8 @@ component_test_ccm_aes_sha256 () { # Setting a blank config disables everyhing in the library side. echo '#define MBEDTLS_CONFIG_H ' >"$CONFIG_H" + cp configs/crypto-config-ccm-aes-sha256.h "$CRYPTO_CONFIG_H" + make msg "test: CCM + AES + SHA256 configuration" make test