mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-03-20 11:11:08 +01:00
Enable checks for bad options in the config file
Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
This commit is contained in:
@@ -68,6 +68,11 @@
|
||||
#include MBEDTLS_USER_CONFIG_FILE
|
||||
#endif
|
||||
|
||||
/* For the sake of consistency checks in mbedtls_config.c */
|
||||
#if defined(MBEDTLS_INCLUDE_AFTER_RAW_CONFIG)
|
||||
#include MBEDTLS_INCLUDE_AFTER_RAW_CONFIG
|
||||
#endif
|
||||
|
||||
/* Indicate that all configuration files have been read.
|
||||
* It is now time to adjust the configuration (follow through on dependencies,
|
||||
* make PSA and legacy crypto consistent, etc.).
|
||||
|
||||
Reference in New Issue
Block a user