Skip to content

Commit d1655ea

Browse files
LDong-ArmPatater
authored andcommitted
psa: Add missing inclusion of crypto_types.h
val_client_defs.h includes crypto_values.h, but the latter requires type definitions from crypto_types.h.
1 parent aa0c917 commit d1655ea

File tree

1 file changed

+2
-1
lines changed
  • platform/FEATURE_EXPERIMENTAL_API/FEATURE_PSA/TARGET_MBED_PSA_SRV/val

1 file changed

+2
-1
lines changed

platform/FEATURE_EXPERIMENTAL_API/FEATURE_PSA/TARGET_MBED_PSA_SRV/val/val_client_defs.h

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

2121
#include "val.h"
2222
#include "psa/client.h"
23-
#include "crypto_values.h"
23+
#include "psa/crypto_types.h"
24+
#include "psa/crypto_values.h"
2425

2526
#define INVALID_SID 0x0000FA20
2627

0 commit comments

Comments
 (0)