Use psa prefix for crypto.h include

pull/10326/head
itayzafrir 2019-03-12 10:51:31 +02:00 committed by Martin Kojtal
parent 9a5839ab8f
commit f8cdd41415
1 changed files with 1 additions and 1 deletions

View File

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