Disable macro conflict check

It cause full configuration test fail

Signed-off-by: Jerry Yu <[email protected]>
This commit is contained in:
Jerry Yu
2023-02-07 17:11:54 +08:00
parent e908c57f95
commit b3b85ddf4a
-6
View File
@@ -74,12 +74,6 @@
#error "MBEDTLS_AESCE_C defined, but not all prerequisites"
#endif
#if defined(MBEDTLS_AESCE_C) && \
(defined(MBEDTLS_SHA512_USE_A64_CRYPTO_IF_PRESENT) || \
defined(MBEDTLS_SHA512_USE_A64_CRYPTO_ONLY))
#error "MBEDTLS_AESCE_C defined, MBEDTLS_SHA512_USE_A64_CRYPTO_* MUST be disabled for known fail."
#endif
#if defined(MBEDTLS_CTR_DRBG_C) && !defined(MBEDTLS_AES_C)
#error "MBEDTLS_CTR_DRBG_C defined, but not all prerequisites"
#endif