From bd22bfb64db330618a5fc747ee31acfab10994c3 Mon Sep 17 00:00:00 2001 From: Danill Date: Wed, 19 Nov 2025 15:17:41 +0300 Subject: [PATCH] boot: espressif: Fix build problem with mbedtls --- boot/espressif/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/boot/espressif/CMakeLists.txt b/boot/espressif/CMakeLists.txt index e77eca83b9..1010348157 100644 --- a/boot/espressif/CMakeLists.txt +++ b/boot/espressif/CMakeLists.txt @@ -351,6 +351,7 @@ if(CONFIG_ESP_MCUBOOT_SERIAL) list(APPEND port_srcs ${CMAKE_CURRENT_LIST_DIR}/port/serial_adapter.c ${MBEDTLS_DIR}/library/base64.c + ${MBEDTLS_DIR}/library/constant_time.c ) list(APPEND CRYPTO_INC ${MBEDTLS_DIR}/include