Remove unnecessary dependencies from psa_crypto_helpers.h

Signed-off-by: Ryan Everett <[email protected]>
This commit is contained in:
Ryan Everett
2024-02-02 10:50:51 +00:00
parent c8b6c05014
commit 081803d6ec
-6
View File
@@ -17,16 +17,10 @@
#include <psa/crypto.h>
#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)