Merge pull request #10407 from gilles-peskine-arm/config-version-uncomment

Have the definition of MBEDTLS_CONFIG_VERSION uncommented by default
This commit is contained in:
Ronald Cron 2025-09-19 10:30:03 +00:00 committed by GitHub
commit f328de9ddd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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