mirror of https://github.com/ARMmbed/mbed-os.git
Use psa prefix for crypto.h include
parent
9a5839ab8f
commit
f8cdd41415
|
@ -27,7 +27,7 @@
|
||||||
|
|
||||||
#include "psa_manifest/sid.h"
|
#include "psa_manifest/sid.h"
|
||||||
#include "psa/client.h"
|
#include "psa/client.h"
|
||||||
#include "crypto.h"
|
#include "psa/crypto.h"
|
||||||
#include "crypto_platform_spe.h"
|
#include "crypto_platform_spe.h"
|
||||||
#include "mbed_assert.h"
|
#include "mbed_assert.h"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue