rebase rust-openssl patch

This commit is contained in:
Theo Buehler 2022-10-22 17:59:16 +02:00
parent 4fc98a5f7f
commit 379b2f843b

View File

@ -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'),
};