From 95ca0d14f7e80702b52c7eb1751d09db2fc869d0 Mon Sep 17 00:00:00 2001 From: Theo Buehler Date: Tue, 20 Dec 2022 01:03:40 +0100 Subject: Update rust-openssl patch --- .github/rust-openssl.patch | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/.github/rust-openssl.patch b/.github/rust-openssl.patch index 56a3941..9ff4ea0 100644 --- a/.github/rust-openssl.patch +++ b/.github/rust-openssl.patch @@ -1,14 +1,13 @@ diff --git a/openssl-sys/build/main.rs b/openssl-sys/build/main.rs -index 71b36c23..644a318d 100644 +index cdea3eb4..b16ebecf 100644 --- a/openssl-sys/build/main.rs +++ b/openssl-sys/build/main.rs -@@ -281,8 +281,7 @@ See rust-openssl documentation for more information: - (3, 4, _) => ('3', '4', 'x'), +@@ -282,7 +282,7 @@ See rust-openssl documentation for more information: (3, 5, _) => ('3', '5', 'x'), (3, 6, 0) => ('3', '6', '0'), -- (3, 6, _) => ('3', '6', 'x'), -- _ => version_error(), -+ _ => ('3', '6', 'x'), + (3, 6, _) => ('3', '6', 'x'), +- (3, 7, 0) => ('3', '7', '0'), ++ (3, 7, _) => ('3', '7', 'x'), + _ => version_error(), }; - println!("cargo:libressl=true"); -- cgit v1.2.3-55-g6feb