From ba44e918b89bd4ec6d51e10dd953c5504a0fe3d0 Mon Sep 17 00:00:00 2001 From: David Horstmann Date: Tue, 15 Aug 2023 15:17:22 +0100 Subject: [PATCH] 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 --- library/constant_time.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/library/constant_time.c b/library/constant_time.c index 86cc066b0..832ded9e7 100644 --- a/library/constant_time.c +++ b/library/constant_time.c @@ -30,8 +30,6 @@ #include "mbedtls/error.h" #include "mbedtls/platform_util.h" -#include "../tests/include/test/constant_flow.h" - #include #if defined(MBEDTLS_USE_PSA_CRYPTO) && defined(MBEDTLS_SSL_SOME_SUITES_USE_MAC)