[openssh-commits] [openssh] branch master updated: Make ci work for OpenSSL 4 variants
git+noreply at mindrot.org
git+noreply at mindrot.org
Fri Apr 17 17:44:30 AEST 2026
This is an automated email from the git hooks/post-receive script.
dtucker pushed a commit to branch master
in repository openssh.
The following commit(s) were added to refs/heads/master by this push:
new eb34f9520 Make ci work for OpenSSL 4 variants
eb34f9520 is described below
commit eb34f95206c3556e10046f091ea95431c4be84f8
Author: Bob Beck <beck at openssl.org>
AuthorDate: Thu Apr 16 10:09:02 2026 -0600
Make ci work for OpenSSL 4 variants
---
.github/install_libcrypto.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/install_libcrypto.sh b/.github/install_libcrypto.sh
index d1aa23450..cef941680 100755
--- a/.github/install_libcrypto.sh
+++ b/.github/install_libcrypto.sh
@@ -51,7 +51,7 @@ if [ "${abi_compat_test}" = "y" ]; then
ver="${major}.$((${minor} + 1))"
echo selecting next release branch ${ver}
;;
- openssl-3.*.*)
+ openssl-[34].*.*)
major=$(echo ${ver} | cut -f1 -d.)
minor=$(echo ${ver} | cut -f2 -d.)
patch=$(echo ${ver} | cut -f3 -d.)
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list