summaryrefslogtreecommitdiff
path: root/library/version_features.c
diff options
context:
space:
mode:
authorSimon Butcher <simon.butcher@arm.com>2017-07-21 23:48:55 +0100
committerSimon Butcher <simon.butcher@arm.com>2017-07-21 23:48:55 +0100
commitc0da47dd1ea251c200f1971593a13def3d9e2084 (patch)
treee25906738f878129101b2084aa586198cbda1861 /library/version_features.c
parentbe4f75c12f9ee37eea8d836909fe04841567210b (diff)
Fix platform setup/teardown feature and comments
Fixed the platform setup/teardown feature, by fixing it for doxygen and adding it as a feature in 'version_features.c'.
Diffstat (limited to 'library/version_features.c')
-rw-r--r--library/version_features.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/library/version_features.c b/library/version_features.c
index 9f97c7bc..bb172f29 100644
--- a/library/version_features.c
+++ b/library/version_features.c
@@ -69,6 +69,9 @@ static const char *features[] = {
#if defined(MBEDTLS_PLATFORM_NV_SEED_ALT)
"MBEDTLS_PLATFORM_NV_SEED_ALT",
#endif /* MBEDTLS_PLATFORM_NV_SEED_ALT */
+#if defined(MBEDTLS_PLATFORM_SETUP_TEARDOWN_ALT)
+ "MBEDTLS_PLATFORM_SETUP_TEARDOWN_ALT",
+#endif /* MBEDTLS_PLATFORM_SETUP_TEARDOWN_ALT */
#if defined(MBEDTLS_DEPRECATED_WARNING)
"MBEDTLS_DEPRECATED_WARNING",
#endif /* MBEDTLS_DEPRECATED_WARNING */