Remove unnecessary psa/crypto.h include

This is now included in `legacy_or_psa.h`.
Signed-off-by: Andrzej Kurek <andrzej.kurek@arm.com>
This commit is contained in:
Andrzej Kurek 2022-08-22 17:26:13 -04:00 committed by Andrzej Kurek
parent cccb044804
commit 299b1d6c93
4 changed files with 0 additions and 13 deletions

View file

@ -33,9 +33,6 @@
#include "mbedtls/ssl.h" #include "mbedtls/ssl.h"
#include "ssl_misc.h" #include "ssl_misc.h"
#if defined(MBEDTLS_USE_PSA_CRYPTO)
#include "psa/crypto.h"
#endif
#include "legacy_or_psa.h" #include "legacy_or_psa.h"
#include <string.h> #include <string.h>

View file

@ -38,9 +38,6 @@
#include "mbedtls/platform_util.h" #include "mbedtls/platform_util.h"
#include "mbedtls/constant_time.h" #include "mbedtls/constant_time.h"
#if defined(MBEDTLS_USE_PSA_CRYPTO)
#include "psa/crypto.h"
#endif
#include "legacy_or_psa.h" #include "legacy_or_psa.h"
#include <string.h> #include <string.h>

View file

@ -23,10 +23,6 @@
#include "mbedtls/build_info.h" #include "mbedtls/build_info.h"
#if defined(MBEDTLS_USE_PSA_CRYPTO)
#include "psa/crypto.h"
#endif
#include "legacy_or_psa.h" #include "legacy_or_psa.h"
/* /*

View file

@ -11,9 +11,6 @@
#include "mbedtls/ssl_cache.h" #include "mbedtls/ssl_cache.h"
#endif #endif
#if defined(MBEDTLS_USE_PSA_CRYPTO)
#include "psa/crypto.h"
#endif
#include <legacy_or_psa.h> #include <legacy_or_psa.h>
#include "hash_info.h" #include "hash_info.h"