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:
parent
468a99ed0b
commit
0e03f4c119
1 changed files with 0 additions and 2 deletions
|
@ -58,8 +58,6 @@
|
||||||
|
|
||||||
#include "mbedtls/platform.h" // for mbedtls_setbuf
|
#include "mbedtls/platform.h" // for mbedtls_setbuf
|
||||||
#include "mbedtls/platform_util.h" // for mbedtls_platform_zeroize
|
#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>
|
#include <psa/crypto.h>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue