mirror of
https://github.com/timvisee/ffsend.git
synced 2025-10-03 01:29:16 +02:00
Update OpenSSL to version 3.0.15.
This commit is contained in:
parent
c87845770d
commit
0e7884d13a
1 changed files with 3 additions and 3 deletions
|
@ -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.14.tar.gz
|
||||
- tar xzvf openssl-3.0.14.tar.gz
|
||||
- cd openssl-3.0.14
|
||||
- wget https://github.com/openssl/openssl/releases/download/openssl-3.0.15/openssl-3.0.15.tar.gz
|
||||
- tar xzvf openssl-3.0.15.tar.gz
|
||||
- cd openssl-3.0.15
|
||||
- ./config no-async -fPIC --openssldir=/usr/local/ssl --prefix=/usr/local
|
||||
- make
|
||||
- make install
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue