commit | ba7248abc442e04624e883cf04e322c014576024 | [log] [tgz] |
---|---|---|
author | Bence Szépkúti <bence.szepkuti@arm.com> | Mon May 31 16:53:56 2021 +0200 |
committer | Bence Szépkúti <bence.szepkuti@arm.com> | Mon Jun 28 09:28:47 2021 +0100 |
tree | 783d662e9447202ef696882fe1ec847afa80569f | |
parent | dba968f59b009d6e36b933728fcc6962dbe53a05 [diff] [blame] |
Introduce versioning in the config files Signed-off-by: Bence Szépkúti <bence.szepkuti@arm.com>
diff --git a/include/mbedtls/mbedtls_config.h b/include/mbedtls/mbedtls_config.h index 5212fb3..af2c438 100644 --- a/include/mbedtls/mbedtls_config.h +++ b/include/mbedtls/mbedtls_config.h
@@ -24,6 +24,8 @@ * limitations under the License. */ +#define MBEDTLS_CONFIG_VERSION 1 + /** * \name SECTION: System support *