Correct psa-crypto include

pull/9668/head
Moran Peker 2019-02-27 15:02:47 +02:00
parent 89ac1075df
commit 47f59b16cb
7 changed files with 7 additions and 7 deletions

View File

@ -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>

View File

@ -17,7 +17,7 @@
*/
#include "tfm_plat_crypto_keys.h"
#include "crypto.h"
#include "psa/crypto.h"
#include <stdlib.h>
#include <math.h>

View File

@ -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>

View File

@ -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"

View File

@ -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>

View File

@ -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"

View File

@ -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>