summaryrefslogtreecommitdiff
path: root/contrib/build-openssl-mingw-cross.sh
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/build-openssl-mingw-cross.sh')
-rwxr-xr-xcontrib/build-openssl-mingw-cross.sh2
1 files changed, 1 insertions, 1 deletions
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