tfm: Add mbedtls_ecc_group_to_psa.h to crypto_extra.h

Include mbedtls_ecc_group_to_psa.h from crypto_extra.h so that clients
of PSA within Mbed OS do not need to behave differently depending on
which PSA implementation they are using.

This solution is not ideal as it makes it more difficult to update the
TF-M-provided psa/crypto_extra.h. We'll have to see what other options
we have for including additional headers based on the Mbed OS
configuration.
pull/15050/head
Jaeden Amero 2021-04-30 09:16:00 +01:00 committed by Robert Walton
parent aeee26019e
commit 78b17b6717
1 changed files with 2 additions and 0 deletions

View File

@ -57,6 +57,8 @@ extern "C" {
/**@}*/
#include "mbedtls_ecc_group_to_psa.h"
#ifdef __cplusplus
}
#endif