rebase rust-openssl patch
This commit is contained in:
parent
4fc98a5f7f
commit
379b2f843b
6
.github/rust-openssl.patch
vendored
6
.github/rust-openssl.patch
vendored
@ -1,11 +1,11 @@
|
|||||||
diff --git a/openssl-sys/build/main.rs b/openssl-sys/build/main.rs
|
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
|
--- a/openssl-sys/build/main.rs
|
||||||
+++ b/openssl-sys/build/main.rs
|
+++ b/openssl-sys/build/main.rs
|
||||||
@@ -280,7 +280,7 @@ See rust-openssl documentation for more information:
|
@@ -281,7 +281,7 @@ See rust-openssl documentation for more information:
|
||||||
(3, 4, 0) => ('3', '4', '0'),
|
|
||||||
(3, 4, _) => ('3', '4', 'x'),
|
(3, 4, _) => ('3', '4', 'x'),
|
||||||
(3, 5, _) => ('3', '5', 'x'),
|
(3, 5, _) => ('3', '5', 'x'),
|
||||||
|
(3, 6, 0) => ('3', '6', '0'),
|
||||||
- _ => version_error(),
|
- _ => version_error(),
|
||||||
+ _ => ('3', '6', 'x'),
|
+ _ => ('3', '6', 'x'),
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user