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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user