summaryrefslogtreecommitdiff
path: root/contrib/build-openssl-mingw-cross.sh
diff options
context:
space:
mode:
authorChristian Pointner <equinox@anytun.org>2016-07-03 12:30:56 +0200
committerChristian Pointner <equinox@spreadspace.org>2016-07-03 12:53:32 +0200
commitca32c26672f92132e3bfcb54e4e6253ea676b866 (patch)
tree3186df66eb569a82ce7c0e2e6b82ec6051c163be /contrib/build-openssl-mingw-cross.sh
parentupdated changelog for release (diff)
fixed win build scripts
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 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