modules: mbedtls: fix pk ecc functions undefined references

Fix undefined reference to mbedtls_pk_ecc_xxx functions following update
to latest mbedtls version.

Signed-off-by: Joel Guittet <joelguittet@gmail.com>
This commit is contained in:
Joel Guittet 2024-05-17 10:31:49 +02:00 committed by Johan Hedberg
commit b876bd26fd

View file

@ -139,6 +139,7 @@ zephyr_interface_library_named(mbedTLS)
${ZEPHYR_CURRENT_MODULE_DIR}/library/pkparse.c
${ZEPHYR_CURRENT_MODULE_DIR}/library/pkwrite.c
${ZEPHYR_CURRENT_MODULE_DIR}/library/pk.c
${ZEPHYR_CURRENT_MODULE_DIR}/library/pk_ecc.c
${ZEPHYR_CURRENT_MODULE_DIR}/library/pk_wrap.c
)