Skip to content

Commit 0c231b0

Browse files
author
itayzafrir
committed
Move include psa_crypto_core.h to C file
1 parent 672712c commit 0c231b0

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

components/TARGET_PSA/services/crypto/COMPONENT_SPE/psa_crypto_access_control.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
#include <string.h>
1919

2020
#include "psa_crypto_access_control.h"
21+
#include "psa_crypto_core.h"
2122
#include "psa_crypto_slot_management.h"
2223

2324
#if defined(TARGET_TFM)

components/TARGET_PSA/services/crypto/COMPONENT_SPE/psa_crypto_access_control.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020

2121
#include <stdint.h>
2222

23-
#include "psa_crypto_core.h"
2423
#include "crypto_platform.h"
2524

2625
void psa_crypto_access_control_init(void);

0 commit comments

Comments
 (0)