mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-08-28 22:09:56 +00:00
Add check to check_config.h to ensure MBEDTLS_USER_CONFIG_FILE cannot be defined if MBEDTLS_CONFIG_FILE is defined. If both are defined MBEDTLS_USER_CONFIG_FILE will not be included, which may confuse users.