aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 9334083d..db517ab3 100755
--- a/openssl/test/build.sh
+++ b/openssl/test/build.sh
@@ -4,7 +4,7 @@ set -e
mkdir /tmp/openssl
cd /tmp/openssl
sudo apt-get install gcc make
-curl -L https://openssl.org/source/openssl-1.0.2-latest.tar.gz | tar --strip-components=1 -xzf -
+curl https://openssl.org/source/openssl-1.0.2d.tar.gz | tar --strip-components=1 -xzf -
./config --prefix=/usr/ shared
make
sudo make install