Disable macro conflict check
It cause full configuration test fail Signed-off-by: Jerry Yu <jerry.h.yu@arm.com>
This commit is contained in:
parent
e908c57f95
commit
b3b85ddf4a
1 changed files with 0 additions and 6 deletions
|
@ -74,12 +74,6 @@
|
||||||
#error "MBEDTLS_AESCE_C defined, but not all prerequisites"
|
#error "MBEDTLS_AESCE_C defined, but not all prerequisites"
|
||||||
#endif
|
#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)
|
#if defined(MBEDTLS_CTR_DRBG_C) && !defined(MBEDTLS_AES_C)
|
||||||
#error "MBEDTLS_CTR_DRBG_C defined, but not all prerequisites"
|
#error "MBEDTLS_CTR_DRBG_C defined, but not all prerequisites"
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue