fix typo issue

The error message is wrong

Signed-off-by: Jerry Yu <jerry.h.yu@arm.com>
This commit is contained in:
Jerry Yu 2023-02-13 18:03:25 +08:00
parent 837e9cfc77
commit b2783f66b5

View File

@ -28,14 +28,14 @@
#if defined(__clang__) #if defined(__clang__)
# if __clang_major__ < 4 # if __clang_major__ < 4
# error "A more recent Clang is required for MBEDTLS_AES_C" # error "A more recent Clang is required for MBEDTLS_AESCE_C"
# endif # endif
#elif defined(__GNUC__) #elif defined(__GNUC__)
# if __GNUC__ < 6 # if __GNUC__ < 6
# error "A more recent GCC is required for MBEDTLS_AES_C" # error "A more recent GCC is required for MBEDTLS_AESCE_C"
# endif # endif
#else #else
# error "Only GCC and Clang supported for MBEDTLS_AES_C" # error "Only GCC and Clang supported for MBEDTLS_AESCE_C"
#endif #endif
#if !defined(__ARM_FEATURE_CRYPTO) #if !defined(__ARM_FEATURE_CRYPTO)