Skip to content

Commit fa5c96c

Browse files
author
Oren Cohen
committed
Fix includes
1 parent d614fd8 commit fa5c96c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

components/TARGET_PSA/services/crypto/COMPONENT_PSA_SRV_IPC/psa_crypto_spm.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
#include <stdlib.h>
2525
#include <string.h>
26-
#include "psa_crypto_ifs.h"
26+
#include "psa_crypto_srv_ifs.h"
2727

2828
#include "spm/psa_defs.h"
2929
#include "spm/spm_client.h"

components/TARGET_PSA/services/crypto/COMPONENT_SPE/psa_crypto_partition.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#define PSA_CRYPTO_SECURE 1
88
#include "crypto_spe.h"
99
#include "crypto_platform_spe.h"
10-
#include "psa_crypto_partition.h"
10+
#include "psa_crypto_srv_partition.h"
1111
#include "mbedtls/entropy.h"
1212

1313
#if defined(MBEDTLS_PLATFORM_C)

0 commit comments

Comments
 (0)