mirror of
https://github.com/libressl/portable.git
synced 2026-01-17 21:51:17 +01:00
check-release.sh: use HTTPS when downloading sources
This commit is contained in:
committed by
Brent Cook
parent
a4d432b4a1
commit
4764faea67
@@ -26,7 +26,7 @@ if [ ! -e releases/$tarball ]; then
|
||||
mkdir -p releases
|
||||
rm -f $tarball
|
||||
if [ -z "$LIBRESSL_SSH" ]; then
|
||||
$download http://ftp.openbsd.org/pub/OpenBSD/LibreSSL/$tarball releases/
|
||||
$download https://ftp.openbsd.org/pub/OpenBSD/LibreSSL/$tarball releases/
|
||||
mv $tarball releases
|
||||
else
|
||||
scp $LIBRESSL_SSH/$tarball releases
|
||||
|
||||
Reference in New Issue
Block a user