We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85aecf6 commit bd22bfbCopy full SHA for bd22bfb
boot/espressif/CMakeLists.txt
@@ -351,6 +351,7 @@ if(CONFIG_ESP_MCUBOOT_SERIAL)
351
list(APPEND port_srcs
352
${CMAKE_CURRENT_LIST_DIR}/port/serial_adapter.c
353
${MBEDTLS_DIR}/library/base64.c
354
+ ${MBEDTLS_DIR}/library/constant_time.c
355
)
356
list(APPEND CRYPTO_INC
357
${MBEDTLS_DIR}/include
0 commit comments