Remove unnecessary include

This is a PSA-based program and psa/crypto.h
is already included.
Signed-off-by: Andrzej Kurek <andrzej.kurek@arm.com>
This commit is contained in:
Andrzej Kurek 2023-04-06 07:55:25 -04:00
parent 468a99ed0b
commit 0e03f4c119

View file

@ -58,8 +58,6 @@
#include "mbedtls/platform.h" // for mbedtls_setbuf
#include "mbedtls/platform_util.h" // for mbedtls_platform_zeroize
// md.h is included this early since MD_CAN_XXX macros are defined there.
#include "mbedtls/md.h"
#include <psa/crypto.h>