Update rust-openssl patch
This commit is contained in:
parent
7fa835f0be
commit
f79a103b25
11
.github/rust-openssl.patch
vendored
11
.github/rust-openssl.patch
vendored
@ -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");
|
||||
|
Loading…
x
Reference in New Issue
Block a user