Update static OpenSSL version to 1.1.1k

This commit is contained in:
timvisee 2021-10-06 18:03:22 +02:00
parent 8f909b805b
commit 3782996376
No known key found for this signature in database
GPG key ID: B8DB720BC383E172

View file

@ -95,9 +95,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.2o.tar.gz
- tar xzvf openssl-1.0.2o.tar.gz
- cd openssl-1.0.2o
- wget https://www.openssl.org/source/old/1.1.1/openssl-1.1.1k.tar.gz
- tar xzvf openssl-1.1.1k.tar.gz
- cd openssl-1.1.1k
- ./config -fPIC --openssldir=/usr/local/ssl --prefix=/usr/local
- make
- make install