[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:
Łukasz Duda
2024-05-28 12:07:57 -07:00
committed by Jonathan Hui
parent 59b87d6d48
commit c96e3b9504
1124 changed files with 309841 additions and 105190 deletions
+2 -2
View File
@@ -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