rebase rust-openssl patch

This commit is contained in:
Theo Buehler 2022-11-03 02:43:20 +01:00
parent 0c8231e298
commit 6e1d17c274

View File

@ -1,11 +1,12 @@
diff --git a/openssl-sys/build/main.rs b/openssl-sys/build/main.rs
index 2ca53c97..56a60161 100644
index 71b36c23..644a318d 100644
--- a/openssl-sys/build/main.rs
+++ b/openssl-sys/build/main.rs
@@ -281,7 +281,7 @@ See rust-openssl documentation for more information:
@@ -281,8 +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'),
- (3, 6, _) => ('3', '6', 'x'),
- _ => version_error(),
+ _ => ('3', '6', 'x'),
};