update the windows build to use the latest mbed tls v2.16.10
[privoxy.git] / windows / MYconfigure
index 49273e1..ad845b0 100755 (executable)
@@ -133,8 +133,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.9/include"
-lib="/source/mbedtls-2.16.9/library"
+inc="/source/mbedtls-2.16.10/include"
+lib="/source/mbedtls-2.16.10/library"
 MITMOPT="--with-mbedtls"
 CPPFLAGS="${CPPFLAGS} -I${inc}"
 LDFLAGS="${LDFLAGS} -L${lib}"