Remove unnecessary include from constant_time.c
This was added in order to use TEST_CF_XYZ macros which have since been removed. Signed-off-by: David Horstmann <david.horstmann@arm.com>
This commit is contained in:
parent
b476177849
commit
ba44e918b8
1 changed files with 0 additions and 2 deletions
|
@ -30,8 +30,6 @@
|
|||
#include "mbedtls/error.h"
|
||||
#include "mbedtls/platform_util.h"
|
||||
|
||||
#include "../tests/include/test/constant_flow.h"
|
||||
|
||||
#include <string.h>
|
||||
|
||||
#if defined(MBEDTLS_USE_PSA_CRYPTO) && defined(MBEDTLS_SSL_SOME_SUITES_USE_MAC)
|
||||
|
|
Loading…
Reference in a new issue