From 3911e70eaaf63d12aeb6e314598742507a07e64b Mon Sep 17 00:00:00 2001 From: Mateusz Starzyk Date: Thu, 27 May 2021 14:44:31 +0200 Subject: [PATCH] Remove obsolete MBEDTLS_ALLOW_PRIVATE_ACCESS from helpers function. MBEDTLS_ALLOW_PRIVATE_ACCESS is already defined inside test/helpers.h Signed-off-by: Mateusz Starzyk --- tests/suites/helpers.function | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/tests/suites/helpers.function b/tests/suites/helpers.function index ae1bc888d5..2a7575217b 100644 --- a/tests/suites/helpers.function +++ b/tests/suites/helpers.function @@ -2,10 +2,8 @@ /*----------------------------------------------------------------------------*/ /* Headers */ -#define MBEDTLS_ALLOW_PRIVATE_ACCESS - -#include #include +#include #include #include