mbedtls: compile FFDH support in PSA mode
Include `psa_crypto_ffdh.c` when compiling MbedTLS with PSA support, as `MBEDTLS_PSA_BUILTIN_KEY_TYPE_DH_PUBLIC_KEY` references the included functions. Signed-off-by: Jordan Yates <jordan@embeint.com>
This commit is contained in:
parent
8ae0934470
commit
586882f003
1 changed files with 1 additions and 0 deletions
|
@ -119,6 +119,7 @@ zephyr_interface_library_named(mbedTLS)
|
|||
${ZEPHYR_CURRENT_MODULE_DIR}/library/psa_crypto_cipher.c
|
||||
${ZEPHYR_CURRENT_MODULE_DIR}/library/psa_crypto_driver_wrappers_no_static.c
|
||||
${ZEPHYR_CURRENT_MODULE_DIR}/library/psa_crypto_ecp.c
|
||||
${ZEPHYR_CURRENT_MODULE_DIR}/library/psa_crypto_ffdh.c
|
||||
${ZEPHYR_CURRENT_MODULE_DIR}/library/psa_crypto_hash.c
|
||||
${ZEPHYR_CURRENT_MODULE_DIR}/library/psa_crypto_mac.c
|
||||
${ZEPHYR_CURRENT_MODULE_DIR}/library/psa_crypto_rsa.c
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue