mirror of https://github.com/ARMmbed/mbed-os.git
Move include psa_crypto_core.h to C file
parent
672712ca8a
commit
0c231b0ac9
|
|
@ -18,6 +18,7 @@
|
|||
#include <string.h>
|
||||
|
||||
#include "psa_crypto_access_control.h"
|
||||
#include "psa_crypto_core.h"
|
||||
#include "psa_crypto_slot_management.h"
|
||||
|
||||
#if defined(TARGET_TFM)
|
||||
|
|
|
|||
|
|
@ -20,7 +20,6 @@
|
|||
|
||||
#include <stdint.h>
|
||||
|
||||
#include "psa_crypto_core.h"
|
||||
#include "crypto_platform.h"
|
||||
|
||||
void psa_crypto_access_control_init(void);
|
||||
|
|
|
|||
Loading…
Reference in New Issue