From 081803d6ec4044e4d2a19da65bd2b453c4ef486b Mon Sep 17 00:00:00 2001 From: Ryan Everett Date: Fri, 2 Feb 2024 10:48:49 +0000 Subject: [PATCH] Remove unnecessary dependencies from psa_crypto_helpers.h Signed-off-by: Ryan Everett --- tests/include/test/psa_crypto_helpers.h | 6 ------ 1 file changed, 6 deletions(-) diff --git a/tests/include/test/psa_crypto_helpers.h b/tests/include/test/psa_crypto_helpers.h index 5648738da..e60c96669 100644 --- a/tests/include/test/psa_crypto_helpers.h +++ b/tests/include/test/psa_crypto_helpers.h @@ -17,16 +17,10 @@ #include -#include "test/psa_test_wrappers.h" - #if defined(MBEDTLS_USE_PSA_CRYPTO) #include "mbedtls/psa_util.h" #endif -#if defined(MBEDTLS_TEST_HOOKS) && defined(MBEDTLS_PSA_CRYPTO_C) \ - && defined(MBEDTLS_PSA_COPY_CALLER_BUFFERS) -#include "test/psa_memory_poisoning_wrappers.h" -#endif #if defined(MBEDTLS_PSA_CRYPTO_STORAGE_C)