libressl-portable/.github/rust-openssl.patch
2023-03-19 23:19:00 -06:00

13 lines
457 B
Diff

diff --git a/openssl-sys/build/main.rs b/openssl-sys/build/main.rs
index 3357518f..f55b5def 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'),
(3, 7, 0) => ('3', '7', '0'),
(3, 7, 1) => ('3', '7', '1'),
+ (3, 7, _) => ('3', '7', 'x'),
_ => version_error(),
};