mirror of https://github.com/ARMmbed/mbed-os.git
Correct psa-crypto include
parent
89ac1075df
commit
47f59b16cb
|
@ -18,7 +18,7 @@
|
|||
|
||||
#include "t_cose_crypto.h"
|
||||
#include "tfm_plat_defs.h"
|
||||
#include "crypto.h"
|
||||
#include "psa/crypto.h"
|
||||
#include "tfm_plat_crypto_keys.h"
|
||||
#include <string.h>
|
||||
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
*/
|
||||
|
||||
#include "tfm_plat_crypto_keys.h"
|
||||
#include "crypto.h"
|
||||
#include "psa/crypto.h"
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <math.h>
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
#ifndef __PSA_INITIAL_ATTESTATION_IMPL_H__
|
||||
#define __PSA_INITIAL_ATTESTATION_IMPL_H__
|
||||
|
||||
#include "crypto.h"
|
||||
#include "psa/crypto.h"
|
||||
#include <stdint.h>
|
||||
#include <string.h>
|
||||
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
*/
|
||||
|
||||
#include "psa_attest_inject_key.h"
|
||||
#include "crypto.h"
|
||||
#include "psa/crypto.h"
|
||||
#include "psa/client.h"
|
||||
#include "psa_attest_srv_ifs.h"
|
||||
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
*/
|
||||
|
||||
#include "psa_initial_attestation_api.h"
|
||||
#include "crypto.h"
|
||||
#include "psa/crypto.h"
|
||||
#include "psa/client.h"
|
||||
#include "attestation.h"
|
||||
#include <string.h>
|
||||
|
|
|
@ -28,7 +28,7 @@
|
|||
#include "attestation.h"
|
||||
#include <string.h>
|
||||
#include "mbedtls/entropy.h"
|
||||
#include "crypto.h"
|
||||
#include "psa/crypto.h"
|
||||
|
||||
#if defined(PLATFORM_C)
|
||||
#include "mbedtls/platform.h"
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
#ifndef __PSA_INJECT_KEY_H__
|
||||
#define __PSA_INJECT_KEY_H__
|
||||
|
||||
#include "crypto.h"
|
||||
#include "psa/crypto.h"
|
||||
#include <stdint.h>
|
||||
#include <string.h>
|
||||
|
||||
|
|
Loading…
Reference in New Issue