Merge pull request #10340 from gilles-peskine-arm/config-checks-generator-mbedtls

Introduce generated config checks in mbedtls
diff --git a/include/mbedtls/mbedtls_config.h b/include/mbedtls/mbedtls_config.h
index bffae6d..ad843c7 100644
--- a/include/mbedtls/mbedtls_config.h
+++ b/include/mbedtls/mbedtls_config.h
@@ -19,7 +19,7 @@
  * It is equal to the #MBEDTLS_VERSION_NUMBER of the Mbed TLS version that
  * introduced the config format we want to be compatible with.
  */
-//#define MBEDTLS_CONFIG_VERSION 0x04000000
+#define MBEDTLS_CONFIG_VERSION 0x04000000
 
 /**
  * \name SECTION: Platform abstraction layer