mirror of https://github.com/ARMmbed/mbed-os.git
Fix includes
parent
d614fd8955
commit
fa5c96c857
|
@ -23,7 +23,7 @@
|
|||
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include "psa_crypto_ifs.h"
|
||||
#include "psa_crypto_srv_ifs.h"
|
||||
|
||||
#include "spm/psa_defs.h"
|
||||
#include "spm/spm_client.h"
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
#define PSA_CRYPTO_SECURE 1
|
||||
#include "crypto_spe.h"
|
||||
#include "crypto_platform_spe.h"
|
||||
#include "psa_crypto_partition.h"
|
||||
#include "psa_crypto_srv_partition.h"
|
||||
#include "mbedtls/entropy.h"
|
||||
|
||||
#if defined(MBEDTLS_PLATFORM_C)
|
||||
|
|
Loading…
Reference in New Issue