Fix indentation
Signed-off-by: Dave Rodgman <dave.rodgman@arm.com>
This commit is contained in:
parent
d9e8083d26
commit
793e264fbb
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@
|
||||||
# error "Target does not support NEON instructions"
|
# error "Target does not support NEON instructions"
|
||||||
# endif
|
# endif
|
||||||
|
|
||||||
# if !defined(__ARM_FEATURE_CRYPTO) || defined(MBEDTLS_ENABLE_ARM_CRYPTO_EXTENSIONS_COMPILER_FLAG)
|
# if !defined(__ARM_FEATURE_CRYPTO) || defined(MBEDTLS_ENABLE_ARM_CRYPTO_EXTENSIONS_COMPILER_FLAG)
|
||||||
# if defined(__ARMCOMPILER_VERSION)
|
# if defined(__ARMCOMPILER_VERSION)
|
||||||
# if __ARMCOMPILER_VERSION <= 6090000
|
# if __ARMCOMPILER_VERSION <= 6090000
|
||||||
# error "Must use minimum -march=armv8-a+crypto for MBEDTLS_SHA256_USE_A64_CRYPTO_*"
|
# error "Must use minimum -march=armv8-a+crypto for MBEDTLS_SHA256_USE_A64_CRYPTO_*"
|
||||||
|
|
Loading…
Reference in a new issue