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`.
pull/14652/head
Lingkai Dong 2021-05-14 15:43:24 +01:00 committed by Jaeden Amero
parent fa5df141d6
commit e5230c9c07
2 changed files with 4 additions and 0 deletions

View File

@ -24,6 +24,8 @@
#ifndef PSA_CRYPTO_VALUES_H
#define PSA_CRYPTO_VALUES_H
#include "mbedtls_svc_key_id.h"
/** \defgroup error Error codes
* @{
*/

View File

@ -24,6 +24,8 @@
#ifndef PSA_CRYPTO_VALUES_H
#define PSA_CRYPTO_VALUES_H
#include "mbedtls_svc_key_id.h"
/** \defgroup error Error codes
* @{
*/