From 94dba720e516075bf0f7581da8583de1b46f9fdd Mon Sep 17 00:00:00 2001 From: Elena Uziunaite Date: Thu, 4 Jul 2024 11:46:58 +0100 Subject: [PATCH] Tiny fix in library/constant_time_impl.h Signed-off-by: Elena Uziunaite --- tf-psa-crypto/drivers/builtin/src/constant_time_impl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tf-psa-crypto/drivers/builtin/src/constant_time_impl.h b/tf-psa-crypto/drivers/builtin/src/constant_time_impl.h index 761d117c3..aeaeecb7d 100644 --- a/tf-psa-crypto/drivers/builtin/src/constant_time_impl.h +++ b/tf-psa-crypto/drivers/builtin/src/constant_time_impl.h @@ -38,7 +38,7 @@ /* armcc5 --gnu defines __GNUC__ but doesn't support GNU's extended asm */ #if defined(MBEDTLS_HAVE_ASM) && defined(__GNUC__) && (!defined(__ARMCC_VERSION) || \ - __ARMCC_VERSION >= 6000000) && !defined(MBEDTLS_CT_NO_ASM) + __ARMCC_VERSION >= 6000000) #define MBEDTLS_CT_ASM #if (defined(__arm__) || defined(__thumb__) || defined(__thumb2__)) #define MBEDTLS_CT_ARM_ASM