1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-10-27 12:15:33 +03:00

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

View File

@@ -19,7 +19,7 @@
* It is equal to the #MBEDTLS_VERSION_NUMBER of the Mbed TLS version that * It is equal to the #MBEDTLS_VERSION_NUMBER of the Mbed TLS version that
* introduced the config format we want to be compatible with. * 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 * \name SECTION: Platform abstraction layer