Skip to content

Commit 37c22f5

Browse files
committed
Move hash_wrappers.c to platform subdirectory
hash_wrappers.c is specific to Mbed OS, moving it into platform as its original directory is for imported Mbed TLS source only.
1 parent 4c09a5d commit 37c22f5

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

connectivity/mbedtls/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ target_include_directories(mbed-mbedtls
1212

1313
target_sources(mbed-mbedtls
1414
INTERFACE
15+
platform/src/hash_wrappers.c
1516
platform/src/mbed_trng.cpp
1617
platform/src/platform_alt.cpp
1718
platform/src/shared_rng.cpp
@@ -46,7 +47,6 @@ target_sources(mbed-mbedtls
4647
source/entropy_poll.c
4748
source/error.c
4849
source/gcm.c
49-
source/hash_wrappers.c
5050
source/havege.c
5151
source/hkdf.c
5252
source/hmac_drbg.c

0 commit comments

Comments
 (0)