X-Git-Url: https://git.syn-net.org/debian/?a=blobdiff_plain;f=contrib%2Fbuild-openssl-mingw-cross.sh;h=332ef61f68f09a32e9b06ab609f9ea05233447c3;hb=326bc57905738d0bd416ce3d0d7cc79b14ef7a4a;hp=4c00f5db175452b190c12a9563af7a232f029184;hpb=f6bd21dda78582b38066e88167ac1e59ac726181;p=anytun.git diff --git a/contrib/build-openssl-mingw-cross.sh b/contrib/build-openssl-mingw-cross.sh index 4c00f5d..332ef61 100755 --- a/contrib/build-openssl-mingw-cross.sh +++ b/contrib/build-openssl-mingw-cross.sh @@ -1,6 +1,6 @@ #!/bin/sh set -e -OPENSSL=openssl-1.0.2h +OPENSSL=openssl-1.1.0h BASE=`pwd` wget http://openssl.org/source/$OPENSSL.tar.gz -O - | tar xz