[Privoxy-commits] [privoxy] 02/03: update the build script to use mbed tls version 2.6.11
User Git
git at git.privoxy.org
Thu Nov 11 12:10:15 UTC 2021
This is an automated email from the git hooks/post-receive script.
git pushed a commit to branch master
in repository privoxy.
commit a8dbad0cb141d99d6d6a2519dbe9dfd8385ec4c0
Author: Lee <ler762 at users.sourceforge.net>
AuthorDate: Thu Nov 11 06:59:10 2021 -0500
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}"
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Privoxy-commits
mailing list