From a8dbad0cb141d99d6d6a2519dbe9dfd8385ec4c0 Mon Sep 17 00:00:00 2001 From: Lee Date: Thu, 11 Nov 2021 06:59:10 -0500 Subject: [PATCH] update the build script to use mbed tls version 2.6.11 --- windows/MYconfigure | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/windows/MYconfigure b/windows/MYconfigure index eb6eeb09..d5bda383 100755 --- a/windows/MYconfigure +++ b/windows/MYconfigure @@ -137,8 +137,8 @@ LDFLAGS="${LDFLAGS} -L${lib}" # mbedtls # Get the 2.16.x mbedtls library from https://github.com/ARMmbed/mbedtls/tags -inc="/source/mbedtls-2.16.10/include" -lib="/source/mbedtls-2.16.10/library" +inc="/source/mbedtls-2.16.11/include" +lib="/source/mbedtls-2.16.11/library" MITMOPT="--with-mbedtls" CPPFLAGS="${CPPFLAGS} -I${inc}" LDFLAGS="${LDFLAGS} -L${lib}" -- 2.39.2