Revert "Upgrade to libssl3/openssl3."

This reverts commit 5fd2eac6eb.
This commit is contained in:
timvisee 2023-05-18 23:12:06 +02:00
parent f06b639542
commit 8d8ad7fdb3
No known key found for this signature in database
GPG key ID: B8DB720BC383E172
5 changed files with 7 additions and 7 deletions

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/openssl-3.0.8.tar.gz
- tar xzvf openssl-3.0.8.tar.gz
- cd openssl-3.0.8
- 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 no-async -fPIC --openssldir=/usr/local/ssl --prefix=/usr/local
- make
- make install