From eb683be781ad69121c0c17efe06b21f390b86373 Mon Sep 17 00:00:00 2001 From: OldCrab Date: Thu, 2 Apr 2020 05:41:55 +0500 Subject: [PATCH] Update build_crypto.sh --- setup/build_crypto.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/build_crypto.sh b/setup/build_crypto.sh index 8fcc1734..6feaaf85 100644 --- a/setup/build_crypto.sh +++ b/setup/build_crypto.sh @@ -9,7 +9,7 @@ trap "{ cd - ; rm -rf $TDIR; exit 255; }" SIGINT cd $TDIR -curl -O https://www.openssl.org/source/openssl-$OPENSSL_VERSION.tar.gz +curl -O https://www.openssl.org/source/old/1.0.2/openssl-$OPENSSL_VERSION.tar.gz tar zxf openssl-$OPENSSL_VERSION.tar.gz cd openssl-$OPENSSL_VERSION