Skip to content

Commit c7df122

Browse files
LDong-Armrwalton-arm
authored andcommitted
psa: Include mbedtls_svc_key_id.h for TF-M
We have added definitions that are needed by Mbed TLS's PSK key exchange but missing from TF-M's PSA to `mbedtls_svc_key_id.h`. To pick up those definitions, TF-M's `psa/crypto_values.h' needs to include `mbedtls_svc_key_id.h`.
1 parent 78b17b6 commit c7df122

File tree

1 file changed

+2
-0
lines changed
  • platform/FEATURE_EXPERIMENTAL_API/FEATURE_PSA/TARGET_TFM/TARGET_TFM_LATEST/include/psa

1 file changed

+2
-0
lines changed

platform/FEATURE_EXPERIMENTAL_API/FEATURE_PSA/TARGET_TFM/TARGET_TFM_LATEST/include/psa/crypto_values.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@
2424
#ifndef PSA_CRYPTO_VALUES_H
2525
#define PSA_CRYPTO_VALUES_H
2626

27+
#include "mbedtls_svc_key_id.h"
28+
2729
/** \defgroup error Error codes
2830
* @{
2931
*/

0 commit comments

Comments
 (0)