mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-04-24 06:02:44 +00:00
Tiny fix in library/constant_time_impl.h
Signed-off-by: Elena Uziunaite <elena.uziunaite@arm.com>
This commit is contained in:
parent
65d102673c
commit
94dba720e5
@ -38,7 +38,7 @@
|
|||||||
|
|
||||||
/* armcc5 --gnu defines __GNUC__ but doesn't support GNU's extended asm */
|
/* armcc5 --gnu defines __GNUC__ but doesn't support GNU's extended asm */
|
||||||
#if defined(MBEDTLS_HAVE_ASM) && defined(__GNUC__) && (!defined(__ARMCC_VERSION) || \
|
#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
|
#define MBEDTLS_CT_ASM
|
||||||
#if (defined(__arm__) || defined(__thumb__) || defined(__thumb2__))
|
#if (defined(__arm__) || defined(__thumb__) || defined(__thumb2__))
|
||||||
#define MBEDTLS_CT_ARM_ASM
|
#define MBEDTLS_CT_ARM_ASM
|
||||||
|
Loading…
x
Reference in New Issue
Block a user