commit | cb5ef6a532f891f331980cc0adfade30d66671f2 | [log] [tgz] |
---|---|---|
author | Gabor Mezei <gabor.mezei@arm.com> | Tue Mar 29 17:10:01 2022 +0200 |
committer | Gabor Mezei <gabor.mezei@arm.com> | Tue Mar 29 17:10:01 2022 +0200 |
tree | 50830854a5ebbc63c16997e152f8f61e0457337a | |
parent | 55c49a33359265d0b52223bb8b4eb1beee6a2f7a [diff] |
Remove duplicated includes Signed-off-by: Gabor Mezei <gabor.mezei@arm.com>
diff --git a/library/ssl_misc.h b/library/ssl_misc.h index df4835b..e0af4df 100644 --- a/library/ssl_misc.h +++ b/library/ssl_misc.h
@@ -52,11 +52,6 @@ #include "mbedtls/ecjpake.h" #endif -#if defined(MBEDTLS_USE_PSA_CRYPTO) -#include "psa/crypto.h" -#include "mbedtls/psa_util.h" -#endif /* MBEDTLS_USE_PSA_CRYPTO */ - #include "common.h" #if ( defined(__ARMCC_VERSION) || defined(_MSC_VER) ) && \