Base the config version on MBEDTLS_VERSION_NUMBER

Signed-off-by: Bence Szépkúti <bence.szepkuti@arm.com>
This commit is contained in:
Bence Szépkúti 2021-06-21 16:19:00 +02:00
parent b2e23de0f3
commit 2bb7456334
2 changed files with 13 additions and 2 deletions

View file

@ -49,7 +49,11 @@
#define MBEDTLS_VERSION_STRING "2.26.0"
#define MBEDTLS_VERSION_STRING_FULL "mbed TLS 2.26.0"
#define MBEDTLS_CONFIG_VERSION_LATEST 1
/**
* Equal to the #MBEDTLS_VERSION_NUMBER of the mbedtls version that introduced
* the most recent config version
*/
#define MBEDTLS_CONFIG_VERSION_LATEST 0x03000000
#if defined(_MSC_VER) && !defined(_CRT_SECURE_NO_DEPRECATE)
#define _CRT_SECURE_NO_DEPRECATE 1