From a5761ca131f87c8d3719e8f34ca25c5e9b153daf Mon Sep 17 00:00:00 2001
From: Lee <ler762@users.sourceforge.net>
Date: Fri, 4 Aug 2023 05:23:13 -0400
Subject: [PATCH] windows/MYconfigure: Use Mbed TLS 2.28.4

---
 windows/MYconfigure | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/windows/MYconfigure b/windows/MYconfigure
index 0091b78a..204866f2 100755
--- a/windows/MYconfigure
+++ b/windows/MYconfigure
@@ -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}"
-- 
2.49.0