summaryrefslogtreecommitdiff
path: root/openssl/test
diff options
context:
space:
mode:
Diffstat (limited to 'openssl/test')
-rwxr-xr-xopenssl/test/build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/openssl/test/build.sh b/openssl/test/build.sh
index a4c19c05..982cc5cb 100755
--- a/openssl/test/build.sh
+++ b/openssl/test/build.sh
@@ -15,7 +15,7 @@ fi
mkdir /tmp/openssl
cd /tmp/openssl
-curl https://openssl.org/source/openssl-1.0.2g.tar.gz | tar --strip-components=1 -xzf -
+curl https://openssl.org/source/openssl-1.0.2h.tar.gz | tar --strip-components=1 -xzf -
./Configure --prefix=$HOME/openssl shared --cross-compile-prefix=$CROSS $OS_COMPILER
make
make install