mirror of
https://github.com/espressif/openthread.git
synced 2026-09-06 09:10:04 +00:00
[mbedtls] migrate to MbedTLS v3.6.0 (#10286)
This commit updates the in-tree version of MbedTLS to v3.6.0. Signed-off-by: Łukasz Duda <[email protected]>
This commit is contained in:
committed by
Jonathan Hui
parent
59b87d6d48
commit
c96e3b9504
@@ -86,8 +86,8 @@ readonly OT_BUILD_OPTIONS
|
||||
|
||||
OT_CFLAGS=(
|
||||
"-DMBEDTLS_DEBUG_C"
|
||||
"-I$(pwd)/third_party/mbedtls"
|
||||
"-I$(pwd)/third_party/mbedtls/repo/include"
|
||||
"-isystem $(pwd)/third_party/mbedtls"
|
||||
"-isystem $(pwd)/third_party/mbedtls/repo/include"
|
||||
'-DMBEDTLS_CONFIG_FILE=\"mbedtls-config.h\"'
|
||||
)
|
||||
readonly OT_CFLAGS
|
||||
|
||||
Reference in New Issue
Block a user