Skip to content

Commit a6ef7fa

Browse files
mswarowskyVge0rge
authored andcommitted
[nrf fromtree] modules: mbedtls: Rename of psa_crypto_driver_wrappers
psa_crypto_driver_wrappers.c got changed to psa_crypto_driver_wrappers_no_static.c Signed-off-by: Markus Swarowsky <[email protected]> (cherry picked from commit fbee1c6) Signed-off-by: Markus Swarowsky <[email protected]>
1 parent 8933844 commit a6ef7fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/mbedtls/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ zephyr_interface_library_named(mbedTLS)
114114
list(APPEND crypto_source
115115
${ZEPHYR_CURRENT_MODULE_DIR}/library/psa_crypto_aead.c
116116
${ZEPHYR_CURRENT_MODULE_DIR}/library/psa_crypto_cipher.c
117-
${ZEPHYR_CURRENT_MODULE_DIR}/library/psa_crypto_driver_wrappers.c
117+
${ZEPHYR_CURRENT_MODULE_DIR}/library/psa_crypto_driver_wrappers_no_static.c
118118
${ZEPHYR_CURRENT_MODULE_DIR}/library/psa_crypto_ecp.c
119119
${ZEPHYR_CURRENT_MODULE_DIR}/library/psa_crypto_hash.c
120120
${ZEPHYR_CURRENT_MODULE_DIR}/library/psa_crypto_mac.c

0 commit comments

Comments
 (0)