update build.libressl.sh to d/l v 3.4.2

script downloads 3.0.2; 3.4.2 is the latest release. Updated to reflect latest version
This commit is contained in:
hilga007 2022-02-20 20:19:21 -08:00 committed by GitHub
parent 4f5f9bdffb
commit 6da6051e00
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,6 +1,6 @@
#!/bin/bash -e
LIBRESSL_VERSION="3.0.2"
LIBRESSL_VERSION="3.4.2"
mkdir -p deps
mkdir -p deps/include
@ -17,4 +17,4 @@ make -j$(nproc || sysctl -n hw.ncpu || sysctl -n hw.logicalcpu)
cp -fr include ../../deps
cp crypto/.libs/libcrypto.a ../../deps/lib
cp ssl/.libs/libssl.a ../../deps/lib
cd ..
cd ..