commit | fe57a2e008bd724d3ac98e95efc9bc9bf0b3ea67 | [log] [tgz] |
---|---|---|
author | Dave Rodgman <dave.rodgman@arm.com> | Sat Feb 25 14:16:34 2023 +0000 |
committer | Dave Rodgman <dave.rodgman@arm.com> | Sat Feb 25 14:16:34 2023 +0000 |
tree | cb7767dab71297a293c3d7cd4c703628360fc4fb | |
parent | 82f3de55b22b7edd16e032747747d38da91c43b1 [diff] |
Remove newlib detection Signed-off-by: Dave Rodgman <dave.rodgman@arm.com>
diff --git a/library/platform_util.c b/library/platform_util.c index 2884444..9ac57e1 100644 --- a/library/platform_util.c +++ b/library/platform_util.c
@@ -51,9 +51,6 @@ #if defined(__FreeBSD__) && (__FreeBSD_version >= 1100037) #define MBEDTLS_PLATFORM_HAS_EXPLICIT_BZERO 1 #endif -#if defined(__NEWLIB__) -#define MBEDTLS_PLATFORM_HAS_EXPLICIT_BZERO 1 -#endif #if !defined(MBEDTLS_PLATFORM_ZEROIZE_ALT) /*