X-Git-Url: https://git.syn-net.org/debian/?a=blobdiff_plain;f=contrib%2Fbuild-openssl-mingw-cross.sh;h=4c00f5db175452b190c12a9563af7a232f029184;hb=refs%2Fremotes%2Forigin%2FHEAD;hp=7e165b193e5c20d5f91b479b41ba4c72e567c1cf;hpb=012bc15ee82b75957d9284160fb0a0089396f0d4;p=anytun.git diff --git a/contrib/build-openssl-mingw-cross.sh b/contrib/build-openssl-mingw-cross.sh index 7e165b1..4c00f5d 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.1h +OPENSSL=openssl-1.0.2h BASE=`pwd` wget http://openssl.org/source/$OPENSSL.tar.gz -O - | tar xz