1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-07-28 00:21:48 +03:00

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

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