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.
pull/14333/head
Lingkai Dong 2021-01-20 16:11:40 +00:00
parent 9e48b782b9
commit e3641576d0
2 changed files with 1 additions and 1 deletions

View File

@ -12,6 +12,7 @@ target_include_directories(mbed-mbedtls
target_sources(mbed-mbedtls
INTERFACE
platform/src/hash_wrappers.c
platform/src/mbed_trng.cpp
platform/src/platform_alt.cpp
platform/src/shared_rng.cpp
@ -46,7 +47,6 @@ target_sources(mbed-mbedtls
source/entropy_poll.c
source/error.c
source/gcm.c
source/hash_wrappers.c
source/havege.c
source/hkdf.c
source/hmac_drbg.c