Skip to content
This repository was archived by the owner on Dec 8, 2022. It is now read-only.

Commit b3fde23

Browse files
committed
psoc64tfm: Fix broken cypress PSoC64 tfm build
1 parent 0105b10 commit b3fde23

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

  • vendors/cypress/MTB/psoc6/psoc64tfm/COMPONENT_TFM_NS_INTERFACE/include/psa

vendors/cypress/MTB/psoc6/psoc64tfm/COMPONENT_TFM_NS_INTERFACE/include/psa/crypto_sizes.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -605,4 +605,6 @@
605605
PSA_KEY_TYPE_IS_ECC_PUBLIC_KEY(key_type) ? PSA_KEY_EXPORT_ECC_PUBLIC_KEY_MAX_SIZE(key_bits) : \
606606
0)
607607

608+
#define PSA_EXPORT_KEY_OUTPUT_SIZE PSA_KEY_EXPORT_MAX_SIZE
609+
608610
#endif /* PSA_CRYPTO_SIZES_H */

0 commit comments

Comments
 (0)