1
0
mirror of https://github.com/ARMmbed/mbedtls.git synced 2025-06-26 07:05:15 +08:00

Error on unexpectedly defined symbols

Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
This commit is contained in:
Gilles Peskine 2024-05-29 09:34:20 +02:00
parent 9df7806b37
commit c8d45cd3fc

View File

@ -101,8 +101,12 @@
#define inline __inline
#endif
#undef MBEDTLS_CONFIG_FILES_READ
#undef MBEDTLS_CONFIG_IS_FINALIZED
#if defined(MBEDTLS_CONFIG_FILES_READ)
#error "Something went wrong: MBEDTLS_CONFIG_FILES_READ defined before reading the config files!"
#endif
#if defined(MBEDTLS_CONFIG_IS_FINALIZED)
#error "Something went wrong: MBEDTLS_CONFIG_IS_FINALIZED defined before reading the config files!"
#endif
/* X.509, TLS and non-PSA crypto configuration */
#if !defined(MBEDTLS_CONFIG_FILE)