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 <mateusz.starzyk@mobica.com>
This commit is contained in:
Mateusz Starzyk 2021-05-27 14:44:31 +02:00
parent 03f00307a2
commit 3911e70eaa

View File

@ -2,10 +2,8 @@
/*----------------------------------------------------------------------------*/
/* Headers */
#define MBEDTLS_ALLOW_PRIVATE_ACCESS
#include <test/macros.h>
#include <test/helpers.h>
#include <test/macros.h>
#include <test/random.h>
#include <test/psa_crypto_helpers.h>