mirror of
https://github.com/espressif/mbedtls.git
synced 2026-09-03 17:09:55 +00:00
Enable checks for bad options in the config file
Signed-off-by: Gilles Peskine <[email protected]>
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