Skip to content

Commit

Permalink
psa: Include mbedtls_svc_key_id.h for TF-M
Browse files Browse the repository at this point in the history
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`.
  • Loading branch information
LDong-Arm authored and Patater committed May 14, 2021
1 parent fa5df14 commit e5230c9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@
#ifndef PSA_CRYPTO_VALUES_H
#define PSA_CRYPTO_VALUES_H

#include "mbedtls_svc_key_id.h"

/** \defgroup error Error codes
* @{
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@
#ifndef PSA_CRYPTO_VALUES_H
#define PSA_CRYPTO_VALUES_H

#include "mbedtls_svc_key_id.h"

/** \defgroup error Error codes
* @{
*/
Expand Down

0 comments on commit e5230c9

Please sign in to comment.