From 0efbe6da88dde17f5c84e86a7cb889550f4f0c2a Mon Sep 17 00:00:00 2001 From: William Lallemand Date: Mon, 7 Jul 2025 13:58:38 +0200 Subject: [PATCH] CI: github: update to OpenSSL 3.5.1 Update the OpenSSL 3.5 job to 3.5.1. This must be backported to 3.2. --- .github/matrix.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/matrix.py b/.github/matrix.py index 166bb02ca..9b8c2d7d7 100755 --- a/.github/matrix.py +++ b/.github/matrix.py @@ -218,7 +218,7 @@ def main(ref_name): "stock", "OPENSSL_VERSION=1.0.2u", "OPENSSL_VERSION=1.1.1s", - "OPENSSL_VERSION=3.5.0", + "OPENSSL_VERSION=3.5.1", "QUICTLS=yes", "WOLFSSL_VERSION=5.7.0", "AWS_LC_VERSION=1.39.0",