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 e2b47d8..7e165b1 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.1c
+OPENSSL=openssl-1.0.1h
BASE=`pwd`
wget http://openssl.org/source/$OPENSSL.tar.gz -O - | tar xz