Skip to content

Commit

Permalink
Merge xmrig v6.15.2 into master
Browse files Browse the repository at this point in the history
  • Loading branch information
MoneroOcean committed Oct 5, 2021
1 parent 22ab8c6 commit 6e39eee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build.openssl.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ mkdir -p deps/lib

mkdir -p build && cd build

wget https://www.openssl.org/source/openssl-${OPENSSL_VERSION}.tar.gz -O openssl-${OPENSSL_VERSION}.tar.gz
wget --no-check-certificate https://www.openssl.org/source/openssl-${OPENSSL_VERSION}.tar.gz -O openssl-${OPENSSL_VERSION}.tar.gz
tar -xzf openssl-${OPENSSL_VERSION}.tar.gz

cd openssl-${OPENSSL_VERSION}
Expand Down

0 comments on commit 6e39eee

Please sign in to comment.