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:
Valerio Setti 2024-05-14 11:58:48 +02:00 committed by Anas Nashif
commit a1a7c9081a

View file

@ -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