Skip to content

Commit a81ad9f

Browse files
mswarowskyVge0rge
authored andcommitted
[nrf fromtree] modules: mbedtls: Adapt source list to 3.5.0
remove hash_info.c and add ecp_curves_new.c Signed-off-by: Markus Swarowsky <[email protected]> (cherry picked from commit 85ecdd7) Signed-off-by: Markus Swarowsky <[email protected]>
1 parent 4cc88dd commit a81ad9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/mbedtls/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,13 +53,13 @@ zephyr_interface_library_named(mbedTLS)
5353
${ZEPHYR_CURRENT_MODULE_DIR}/library/ecdh.c
5454
${ZEPHYR_CURRENT_MODULE_DIR}/library/ecdsa.c
5555
${ZEPHYR_CURRENT_MODULE_DIR}/library/ecjpake.c
56+
${ZEPHYR_CURRENT_MODULE_DIR}/library/ecp_curves_new.c
5657
${ZEPHYR_CURRENT_MODULE_DIR}/library/ecp_curves.c
5758
${ZEPHYR_CURRENT_MODULE_DIR}/library/ecp.c
5859
${ZEPHYR_CURRENT_MODULE_DIR}/library/entropy_poll.c
5960
${ZEPHYR_CURRENT_MODULE_DIR}/library/entropy.c
6061
${ZEPHYR_CURRENT_MODULE_DIR}/library/error.c
6162
${ZEPHYR_CURRENT_MODULE_DIR}/library/gcm.c
62-
${ZEPHYR_CURRENT_MODULE_DIR}/library/hash_info.c
6363
${ZEPHYR_CURRENT_MODULE_DIR}/library/hkdf.c
6464
${ZEPHYR_CURRENT_MODULE_DIR}/library/hmac_drbg.c
6565
${ZEPHYR_CURRENT_MODULE_DIR}/library/lmots.c

0 commit comments

Comments
 (0)