From 393e4e4dd155a9553aaa7d6e0870d6cbfcaec9c0 Mon Sep 17 00:00:00 2001
From: William Lallemand <wlallemand@haproxy.org>
Date: Mon, 12 Dec 2022 08:52:03 +0100
Subject: [PATCH] CI: github: reintroduce openssl 1.1.1

OpenSSL 1.1.1 is not tested anymore since github updated "ubuntu-latest"
to 22.04, let's reintroduce this version.
---
 .github/matrix.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/matrix.py b/.github/matrix.py
index cde2bbea5..98d0a1f2a 100755
--- a/.github/matrix.py
+++ b/.github/matrix.py
@@ -128,6 +128,7 @@ for CC in ["gcc", "clang"]:
     for ssl in [
         "stock",
         "OPENSSL_VERSION=1.0.2u",
+        "OPENSSL_VERSION=1.1.1s",
         "OPENSSL_VERSION=latest",
         "LIBRESSL_VERSION=latest",
         "QUICTLS=yes",