[Privoxy-commits] [privoxy] 01/03: windows/MYconfigure: Use Mbed TLS 2.28.4
User Git
git at git.privoxy.org
Sat Aug 5 00:09:18 CEST 2023
This is an automated email from the git hooks/post-receive script.
git pushed a commit to branch master
in repository privoxy.
commit a5761ca131f87c8d3719e8f34ca25c5e9b153daf
Author: Lee <ler762 at users.sourceforge.net>
AuthorDate: Fri Aug 4 05:23:13 2023 -0400
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}"
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Privoxy-commits
mailing list