libressl-portable/.github/rust-openssl.patch
2022-10-22 13:11:48 +05:00

14 lines
491 B
Diff

diff --git a/openssl-sys/build/main.rs b/openssl-sys/build/main.rs
index c2aceeec..26e0816a 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'),
(3, 4, _) => ('3', '4', 'x'),
(3, 5, _) => ('3', '5', 'x'),
- _ => version_error(),
+ _ => ('3', '6', 'x'),
};
println!("cargo:libressl=true");