From 379b2f843b6e03c1d4785157cb15a0f5cd89b156 Mon Sep 17 00:00:00 2001 From: Theo Buehler Date: Sat, 22 Oct 2022 17:59:16 +0200 Subject: rebase rust-openssl patch --- .github/rust-openssl.patch | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/rust-openssl.patch b/.github/rust-openssl.patch index 8d8bde2..5821c72 100644 --- a/.github/rust-openssl.patch +++ b/.github/rust-openssl.patch @@ -1,11 +1,11 @@ diff --git a/openssl-sys/build/main.rs b/openssl-sys/build/main.rs -index c2aceeec..26e0816a 100644 +index 2ca53c97..56a60161 100644 --- a/openssl-sys/build/main.rs +++ b/openssl-sys/build/main.rs -@@ -280,7 +280,7 @@ See rust-openssl documentation for more information: - (3, 4, 0) => ('3', '4', '0'), +@@ -281,7 +281,7 @@ See rust-openssl documentation for more information: (3, 4, _) => ('3', '4', 'x'), (3, 5, _) => ('3', '5', 'x'), + (3, 6, 0) => ('3', '6', '0'), - _ => version_error(), + _ => ('3', '6', 'x'), }; -- cgit v1.2.3-55-g6feb