Skip to content

Commit 464e80d

Browse files
committed
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. XXX I don't much like this solution 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.
1 parent 07d8aef commit 464e80d

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_extra.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,8 @@ extern "C" {
5757

5858
/**@}*/
5959

60+
#include "mbedtls_ecc_group_to_psa.h"
61+
6062
#ifdef __cplusplus
6163
}
6264
#endif

0 commit comments

Comments
 (0)