mbedtls: add new source file from MbedTLS 3.6 release
Add "sha3.c" source file that was previously missing from CMakeLists.txt and that has been added in MbedTLS 3.6 release. Signed-off-by: Valerio Setti <vsetti@baylibre.com>
This commit is contained in:
parent
12ff947568
commit
a1a7c9081a
1 changed files with 1 additions and 0 deletions
|
@ -88,6 +88,7 @@ zephyr_interface_library_named(mbedTLS)
|
|||
${ZEPHYR_CURRENT_MODULE_DIR}/library/sha1.c
|
||||
${ZEPHYR_CURRENT_MODULE_DIR}/library/sha256.c
|
||||
${ZEPHYR_CURRENT_MODULE_DIR}/library/sha512.c
|
||||
${ZEPHYR_CURRENT_MODULE_DIR}/library/sha3.c
|
||||
${ZEPHYR_CURRENT_MODULE_DIR}/library/threading.c
|
||||
${ZEPHYR_CURRENT_MODULE_DIR}/library/timing.c
|
||||
${ZEPHYR_CURRENT_MODULE_DIR}/library/version_features.c
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue