Skip to content

Commit

Permalink
nrf_security: cracen: drivers: Fix failing tests
Browse files Browse the repository at this point in the history
Twister fails on two bluetooth tests.
Add ed25519.c when building with
cracen_key_management_driver.
To allow building with tfm

Signed-off-by: Dag Erik Gjørvad <[email protected]>
  • Loading branch information
degjorva authored and rlubos committed Feb 20, 2025
1 parent ae518d0 commit 420b406
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ endif()
if(CONFIG_PSA_NEED_CRACEN_KEY_MANAGEMENT_DRIVER OR CONFIG_PSA_NEED_CRACEN_KMU_DRIVER OR CONFIG_MBEDTLS_PSA_CRYPTO_BUILTIN_KEYS)
list(APPEND cracen_driver_sources
${CMAKE_CURRENT_LIST_DIR}/src/key_management.c
${CMAKE_CURRENT_LIST_DIR}/src/ed25519.c
)
endif()

Expand Down

0 comments on commit 420b406

Please sign in to comment.