mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-03-29 22:20:30 +00:00
tidy up brackets
Signed-off-by: Dave Rodgman <dave.rodgman@arm.com>
This commit is contained in:
parent
828ec905db
commit
82f3de55b2
@ -48,7 +48,7 @@
|
||||
&& !defined(__ARM_EABI__)
|
||||
#define MBEDTLS_PLATFORM_HAS_EXPLICIT_BZERO 1
|
||||
#endif
|
||||
#if defined(__FreeBSD__) && __FreeBSD_version >= 1100037
|
||||
#if defined(__FreeBSD__) && (__FreeBSD_version >= 1100037)
|
||||
#define MBEDTLS_PLATFORM_HAS_EXPLICIT_BZERO 1
|
||||
#endif
|
||||
#if defined(__NEWLIB__)
|
||||
|
Loading…
x
Reference in New Issue
Block a user