Skip to content

Commit eb34f95

Browse files
bob-beckdaztucker
authored andcommitted
Make ci work for OpenSSL 4 variants
1 parent 713ec5c commit eb34f95

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/install_libcrypto.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ if [ "${abi_compat_test}" = "y" ]; then
5151
ver="${major}.$((${minor} + 1))"
5252
echo selecting next release branch ${ver}
5353
;;
54-
openssl-3.*.*)
54+
openssl-[34].*.*)
5555
major=$(echo ${ver} | cut -f1 -d.)
5656
minor=$(echo ${ver} | cut -f2 -d.)
5757
patch=$(echo ${ver} | cut -f3 -d.)

0 commit comments

Comments
 (0)