mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-07-30 16:26:33 +08:00
Increment config version for the new product major version
Since we're making incompatible changes to the configuration, we really should advance the configuration version. Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
This commit is contained in:
parent
d66898e9a7
commit
ff5d117df8
@ -54,7 +54,7 @@
|
||||
#endif
|
||||
|
||||
#if defined(MBEDTLS_CONFIG_VERSION) && ( \
|
||||
MBEDTLS_CONFIG_VERSION < 0x03000000 || \
|
||||
MBEDTLS_CONFIG_VERSION < 0x04000000 || \
|
||||
MBEDTLS_CONFIG_VERSION > MBEDTLS_VERSION_NUMBER)
|
||||
#error "Invalid config version, defined value of MBEDTLS_CONFIG_VERSION is unsupported"
|
||||
#endif
|
||||
|
||||
@ -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 0x03000000
|
||||
//#define MBEDTLS_CONFIG_VERSION 0x04000000
|
||||
|
||||
/**
|
||||
* \name SECTION: Platform abstraction layer
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user