tidy up brackets
Signed-off-by: Dave Rodgman <dave.rodgman@arm.com>
This commit is contained in:
parent
828ec905db
commit
82f3de55b2
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue