commit | e2f66620211cc16f54183d5b230c90ada22330ad | [log] [tgz] |
---|---|---|
author | Paul Elliott <paul.elliott@arm.com> | Fri Jan 19 20:22:24 2024 +0000 |
committer | Paul Elliott <paul.elliott@arm.com> | Fri Jan 19 20:22:24 2024 +0000 |
tree | 433c5152ba342b1cf8764344a71bdf918a2d28bc | |
parent | 0710ac4ec88faa168876525e17e9b409ee13cd16 [diff] [blame] |
Make test data static now it has accessors Signed-off-by: Paul Elliott <paul.elliott@arm.com>
diff --git a/tests/src/helpers.c b/tests/src/helpers.c index 1bad819..724fb59 100644 --- a/tests/src/helpers.c +++ b/tests/src/helpers.c
@@ -24,7 +24,7 @@ static mbedtls_platform_context platform_ctx; #endif -mbedtls_test_info_t mbedtls_test_info; +static mbedtls_test_info_t mbedtls_test_info; #ifdef MBEDTLS_THREADING_C mbedtls_threading_mutex_t mbedtls_test_info_mutex;