From f8cdd4141543bc28a502ed4f98eac7ec10d68c40 Mon Sep 17 00:00:00 2001 From: itayzafrir Date: Tue, 12 Mar 2019 10:51:31 +0200 Subject: [PATCH] Use psa prefix for crypto.h include --- .../services/crypto/COMPONENT_PSA_SRV_IPC/psa_crypto_spm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/TARGET_PSA/services/crypto/COMPONENT_PSA_SRV_IPC/psa_crypto_spm.c b/components/TARGET_PSA/services/crypto/COMPONENT_PSA_SRV_IPC/psa_crypto_spm.c index 0f52287de8..44f841989a 100644 --- a/components/TARGET_PSA/services/crypto/COMPONENT_PSA_SRV_IPC/psa_crypto_spm.c +++ b/components/TARGET_PSA/services/crypto/COMPONENT_PSA_SRV_IPC/psa_crypto_spm.c @@ -27,7 +27,7 @@ #include "psa_manifest/sid.h" #include "psa/client.h" -#include "crypto.h" +#include "psa/crypto.h" #include "crypto_platform_spe.h" #include "mbed_assert.h"