X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=windows%2FMYconfigure;fp=windows%2FMYconfigure;h=d5bda38350c1818639796e02b383474f48f96904;hp=eb6eeb096cadeb23632e4d991bd127c6e3f6a037;hb=a8dbad0cb141d99d6d6a2519dbe9dfd8385ec4c0;hpb=de6f714f054c82f81f3ed3bccec647c352a3ad28 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}"