commit | 608e1093de045e927f8af8fa261a0e33581edd34 | [log] [tgz] |
---|---|---|
author | Jerry Yu <jerry.h.yu@arm.com> | Tue Feb 28 12:50:00 2023 +0800 |
committer | Jerry Yu <jerry.h.yu@arm.com> | Tue Feb 28 12:50:00 2023 +0800 |
tree | 29994b2d880fe9486088be323b54c1cdf82221ba | |
parent | c66deda4c59d23e07f9e8d850d980021190b0c45 [diff] [blame] |
Improve comment about conflicts between aesce and sha512-crypto Signed-off-by: Jerry Yu <jerry.h.yu@arm.com>
diff --git a/library/aesce.h b/library/aesce.h index 1e72e5b..da42446 100644 --- a/library/aesce.h +++ b/library/aesce.h
@@ -31,7 +31,7 @@ #include "mbedtls/aes.h" -#if defined(MBEDTLS_HAVE_ASM) && defined(__GNUC__) && \ +#if defined(MBEDTLS_HAVE_ASM) && defined(__GNUC__) && \ defined(__aarch64__) && !defined(MBEDTLS_HAVE_ARM64) #define MBEDTLS_HAVE_ARM64 #endif