[openssh-commits] [openssh] 02/02: account newer openssl versions in .github/setup_ci.sh
git+noreply at mindrot.org
git+noreply at mindrot.org
Thu Apr 16 19:42:20 AEST 2026
This is an automated email from the git hooks/post-receive script.
dtucker pushed a commit to branch master
in repository openssh.
commit b6d46558dbd482d0d9c46ab53805d1803967b59c
Author: Dmitry Misharov <dmitry at openssl.org>
AuthorDate: Mon Mar 16 09:08:57 2026 +0100
account newer openssl versions in .github/setup_ci.sh
---
.github/setup_ci.sh | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/.github/setup_ci.sh b/.github/setup_ci.sh
index e1b3dcf04..d3b3f2b0c 100755
--- a/.github/setup_ci.sh
+++ b/.github/setup_ci.sh
@@ -143,7 +143,8 @@ for TARGET in $TARGETS; do
case ${INSTALL_OPENSSL} in
1.1.1_stable) INSTALL_OPENSSL="OpenSSL_1_1_1-stable" ;;
1.*) INSTALL_OPENSSL="OpenSSL_$(echo ${INSTALL_OPENSSL} | tr . _)" ;;
- 3.*) INSTALL_OPENSSL="openssl-${INSTALL_OPENSSL}" ;;
+ master) ;;
+ *) INSTALL_OPENSSL="openssl-${INSTALL_OPENSSL}" ;;
esac
PACKAGES="${PACKAGES} putty-tools dropbear-bin"
;;
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list