Skip to content

Commit caafc34

Browse files
author
itayzafrir
committed
Use psa prefix for crypto.h include
1 parent 7a15865 commit caafc34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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
@@ -27,7 +27,7 @@
2727

2828
#include "psa_manifest/sid.h"
2929
#include "psa/client.h"
30-
#include "crypto.h"
30+
#include "psa/crypto.h"
3131
#include "crypto_platform_spe.h"
3232
#include "mbed_assert.h"
3333

0 commit comments

Comments
 (0)