Skip to content

Commit af585ca

Browse files
author
Danill
committed
boot: espressif: Fix build problem with mbedtls
Signed-off-by: Danill <daniil.suhih@midomis.ru>
1 parent 85aecf6 commit af585ca

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

boot/espressif/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -351,6 +351,7 @@ if(CONFIG_ESP_MCUBOOT_SERIAL)
351351
list(APPEND port_srcs
352352
${CMAKE_CURRENT_LIST_DIR}/port/serial_adapter.c
353353
${MBEDTLS_DIR}/library/base64.c
354+
${MBEDTLS_DIR}/library/constant_time.c
354355
)
355356
list(APPEND CRYPTO_INC
356357
${MBEDTLS_DIR}/include

0 commit comments

Comments
 (0)