Revert back to OpenSSL 1.0.2o, but with updated source link

This commit is contained in:
timvisee 2020-04-03 02:08:17 +02:00
parent 62501e4135
commit 7daffe51ec
No known key found for this signature in database
GPG key ID: B8DB720BC383E172

View file

@ -96,9 +96,9 @@ build-x86_64-linux-musl:
# Build OpenSSL statically
- apt-get install -y build-essential wget musl-tools
- wget https://www.openssl.org/source/old/1.0.2/openssl-1.0.2u.tar.gz
- tar xzvf openssl-1.0.2u.tar.gz
- cd openssl-1.0.2u
- wget https://www.openssl.org/source/old/1.0.2/openssl-1.0.2o.tar.gz
- tar xzvf openssl-1.0.2o.tar.gz
- cd openssl-1.0.2o
- ./config -fPIC --openssldir=/usr/local/ssl --prefix=/usr/local
- make
- make install