commit | ba2bfd84cf3aefcdf24523e2d154e26037aa3b0b | [log] [tgz] |
---|---|---|
author | Jamie Fox <jamie.fox@arm.com> | Thu Jan 31 10:53:19 2019 +0000 |
committer | Jamie Fox <jamie.fox@arm.com> | Mon Feb 04 14:44:08 2019 +0000 |
tree | 259624e6bd86a550f5cfb047dcb997d0607cdff9 | |
parent | 82b87ca04b7dd5f52ed45f2c921891f5ee4df8b5 [diff] |
Docs: Update required Mbed TLS version to 2.7.9 Also adds a missing include in tfm_mbedtls_config.h that was causing issues with some later versions of Mbed TLS. Change-Id: If504f97470c74a03c7ea49687b242c826fa1f4de Signed-off-by: Jamie Fox <jamie.fox@arm.com>
diff --git a/platform/ext/common/tfm_mbedtls_config.h b/platform/ext/common/tfm_mbedtls_config.h index 61f6652..d5aeeea 100644 --- a/platform/ext/common/tfm_mbedtls_config.h +++ b/platform/ext/common/tfm_mbedtls_config.h
@@ -2679,4 +2679,6 @@ #include MBEDTLS_USER_CONFIG_FILE #endif +#include "mbedtls/check_config.h" + #endif /* MBEDTLS_CONFIG_H */