BUILD: ssl: switch LibreSSL to Fastly CDN

OpenBSD ftp is down, let us switch to CDN
This commit is contained in:
Ilia Shipitsin 2023-04-26 12:15:11 +02:00 committed by Willy Tarreau
parent 156c4b3439
commit 6703653098
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ build_openssl () {
download_libressl () { download_libressl () {
if [ ! -f "download-cache/libressl-${LIBRESSL_VERSION}.tar.gz" ]; then if [ ! -f "download-cache/libressl-${LIBRESSL_VERSION}.tar.gz" ]; then
wget -P download-cache/ \ wget -P download-cache/ \
"https://ftp.openbsd.org/pub/OpenBSD/LibreSSL/libressl-${LIBRESSL_VERSION}.tar.gz" "https://cdn.openbsd.org/pub/OpenBSD/LibreSSL/libressl-${LIBRESSL_VERSION}.tar.gz"
fi fi
} }