From e8a9258ff03d54f6b8eff0b5d8f930308bc8aa26 Mon Sep 17 00:00:00 2001 From: Ronald Cron Date: Mon, 14 Oct 2024 10:28:33 +0200 Subject: [PATCH] config_adjust_test_accelerators.h: Do not define PSA_CRYPTO_DRIVER_TEST PSA_CRYPTO_DRIVER_TEST needs to be defined upper in build_info.h sequence of definitions/ inclusions. Signed-off-by: Ronald Cron --- .../builtin/include/mbedtls/config_adjust_test_accelerators.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tf-psa-crypto/drivers/builtin/include/mbedtls/config_adjust_test_accelerators.h b/tf-psa-crypto/drivers/builtin/include/mbedtls/config_adjust_test_accelerators.h index 32aa01524..7b50936dc 100644 --- a/tf-psa-crypto/drivers/builtin/include/mbedtls/config_adjust_test_accelerators.h +++ b/tf-psa-crypto/drivers/builtin/include/mbedtls/config_adjust_test_accelerators.h @@ -53,10 +53,6 @@ * and use that as an external driver. */ -/* Enable the use of the test driver in the library, and build the generic - * part of the test driver. */ -#define PSA_CRYPTO_DRIVER_TEST - /* Use the accelerator driver for all cryptographic mechanisms for which * the test driver is implemented. This is copied from psa/crypto_config.h * with the parts not implemented by the test driver commented out. */