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

@ -24,7 +24,14 @@
* limitations under the License.
*/
#define MBEDTLS_CONFIG_VERSION 1
/**
* This is an optional version symbol that enables comatibility handling of
* config files.
*
* It is equal to the #MBEDTLS_VERSION_NUMBER of the mbedtls version that
* introduced the config format we want to be compatible with.
*/
#define MBEDTLS_CONFIG_VERSION 0x03000000
/**
* \name SECTION: System support