windows/MYconfigure: Use Mbed TLS 2.28.4
authorLee <ler762@users.sourceforge.net>
Fri, 4 Aug 2023 09:23:13 +0000 (05:23 -0400)
committerLee <ler762@users.sourceforge.net>
Fri, 4 Aug 2023 09:23:13 +0000 (05:23 -0400)
windows/MYconfigure

index 0091b78..204866f 100755 (executable)
@@ -141,8 +141,9 @@ LDFLAGS="${LDFLAGS} -L${lib}"
 ##   which is backward-compatible and will be supported for at least
 ##   3 years.
 # Get the 2.28.x mbedtls library from  https://github.com/Mbed-TLS/mbedtls/tags
-inc="/source/mbedtls-2.28.2/include"
-lib="/source/mbedtls-2.28.2/library"
+# Release Notes: https://github.com/Mbed-TLS/mbedtls/releases/tag/v2.28.4
+inc="/source/mbedtls-2.28.4/include"
+lib="/source/mbedtls-2.28.4/library"
 
 MITMOPT="--with-mbedtls"
 CPPFLAGS="${CPPFLAGS} -I${inc}"