Introduce MBEDTLS_PRIVATE macro.
Public structs members are considered private and should not
be used by users application.
MBEDTLS_PRIVATE(member) macro is intended to clearly indicate
which members are private.
Signed-off-by: Mateusz Starzyk <mateusz.starzyk@mobica.com>
diff --git a/tests/suites/helpers.function b/tests/suites/helpers.function
index 2ef07fa..ca03532 100644
--- a/tests/suites/helpers.function
+++ b/tests/suites/helpers.function
@@ -2,6 +2,8 @@
/*----------------------------------------------------------------------------*/
/* Headers */
+#define MBEDTLS_ALLOW_PRIVATE_ACCESS
+
#include <test/macros.h>
#include <test/helpers.h>
#include <test/random.h>