From f79a103b256764a3f8e2900cd3bc1ff7dbe54e8b Mon Sep 17 00:00:00 2001 From: Theo Buehler Date: Sun, 9 Apr 2023 10:47:17 -0600 Subject: Update rust-openssl patch --- .github/rust-openssl.patch | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/.github/rust-openssl.patch b/.github/rust-openssl.patch index fac4ae6..ab955be 100644 --- a/.github/rust-openssl.patch +++ b/.github/rust-openssl.patch @@ -1,12 +1,13 @@ diff --git a/openssl-sys/build/main.rs b/openssl-sys/build/main.rs -index 3357518f..f55b5def 100644 +index ba149c17..5274dc44 100644 --- a/openssl-sys/build/main.rs +++ b/openssl-sys/build/main.rs -@@ -295,6 +295,7 @@ See rust-openssl documentation for more information: - (3, 6, _) => ('3', '6', 'x'), +@@ -285,7 +285,7 @@ See rust-openssl documentation for more information: (3, 7, 0) => ('3', '7', '0'), (3, 7, 1) => ('3', '7', '1'), -+ (3, 7, _) => ('3', '7', 'x'), - _ => version_error(), + (3, 7, _) => ('3', '7', 'x'), +- _ => version_error(), ++ _ => ('3', '7', 'x'), }; + println!("cargo:libressl=true"); -- cgit v1.2.3-55-g6feb