update the build script to use mbed tls version 2.6.11
[privoxy.git] / windows / MYconfigure
index eb6eeb0..d5bda38 100755 (executable)
@@ -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}"