Let's link directly with mbedtls
Some checks failed
CodeQL / Analyze (push) Has been cancelled
Emulation and test / build (push) Has been cancelled
Emulation and test / test (pkcs11) (push) Has been cancelled
Emulation and test / test (pytest) (push) Has been cancelled
Emulation and test / test (sc-hsm-pkcs11) (push) Has been cancelled

Signed-off-by: Pol Henarejos <pol.henarejos@cttc.es>
This commit is contained in:
Pol Henarejos 2026-01-22 11:50:12 +01:00
parent 9fb1e36954
commit 64c79fccd4
No known key found for this signature in database
GPG key ID: C0095B7870A4CCD3

View file

@ -125,7 +125,7 @@ if(NOT ESP_PLATFORM)
-Wl,--gc-sections
)
endif(APPLE)
target_link_libraries(pico_hsm PRIVATE pico_keys_sdk pthread m)
target_link_libraries(pico_hsm PRIVATE pico_keys_sdk pthread m mbedtls)
else()
pico_add_extra_outputs(${CMAKE_PROJECT_NAME})
endif()