From b19acf362996ea4404c3df03a243571c13fd47a3 Mon Sep 17 00:00:00 2001 From: Theo Buehler Date: Fri, 3 Nov 2023 08:32:59 -0600 Subject: [PATCH] Update rust-openssl patch --- .github/rust-openssl.patch | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/.github/rust-openssl.patch b/.github/rust-openssl.patch index e9586dd708..4a8dd3fd94 100644 --- a/.github/rust-openssl.patch +++ b/.github/rust-openssl.patch @@ -1,13 +1,12 @@ diff --git a/openssl-sys/build/main.rs b/openssl-sys/build/main.rs -index 82013b6c..2974abed 100644 +index bbee7c5c..57033b2d 100644 --- a/openssl-sys/build/main.rs +++ b/openssl-sys/build/main.rs -@@ -273,7 +273,7 @@ See rust-openssl documentation for more information: - (3, 7, 1) => ('3', '7', '1'), - (3, 7, _) => ('3', '7', 'x'), +@@ -293,6 +293,7 @@ See rust-openssl documentation for more information: (3, 8, 0) => ('3', '8', '0'), -- (3, 8, 1) => ('3', '8', '1'), -+ (3, 8, _) => ('3', '8', 'x'), + (3, 8, 1) => ('3', '8', '1'), + (3, 8, _) => ('3', '8', 'x'), ++ (3, 9, _) => ('3', '8', 'x'), _ => version_error(), };