Remove not-needed EABI exclusion
Signed-off-by: Dave Rodgman <dave.rodgman@arm.com>
This commit is contained in:
parent
528bfa640c
commit
b0d96a23a9
1 changed files with 1 additions and 2 deletions
|
@ -49,8 +49,7 @@
|
|||
#endif
|
||||
|
||||
// Detect platforms known to support explicit_bzero()
|
||||
#if defined(__GLIBC__) && (__GLIBC__ >= 2) && (__GLIBC_MINOR__ >= 25) \
|
||||
&& !defined(__ARM_EABI__)
|
||||
#if defined(__GLIBC__) && (__GLIBC__ >= 2) && (__GLIBC_MINOR__ >= 25)
|
||||
#define MBEDTLS_PLATFORM_HAS_EXPLICIT_BZERO 1
|
||||
#elif defined(__FreeBSD__) && (__FreeBSD_version >= 1100037)
|
||||
#define MBEDTLS_PLATFORM_HAS_EXPLICIT_BZERO 1
|
||||
|
|
Loading…
Reference in a new issue