mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-04-16 08:42:50 +00:00
Error on unexpectedly defined symbols
Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
This commit is contained in:
parent
9df7806b37
commit
c8d45cd3fc
@ -101,8 +101,12 @@
|
|||||||
#define inline __inline
|
#define inline __inline
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#undef MBEDTLS_CONFIG_FILES_READ
|
#if defined(MBEDTLS_CONFIG_FILES_READ)
|
||||||
#undef MBEDTLS_CONFIG_IS_FINALIZED
|
#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 */
|
/* X.509, TLS and non-PSA crypto configuration */
|
||||||
#if !defined(MBEDTLS_CONFIG_FILE)
|
#if !defined(MBEDTLS_CONFIG_FILE)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user