libressl-portable/.github/rust-openssl.patch
2023-09-02 04:02:03 -06:00

14 lines
500 B
Diff

diff --git a/openssl-sys/build/main.rs b/openssl-sys/build/main.rs
index 82013b6c..2974abed 100644
--- a/openssl-sys/build/main.rs
+++ b/openssl-sys/build/main.rs
@@ -273,7 +273,7 @@ See rust-openssl documentation for more information:
(3, 7, 1) => ('3', '7', '1'),
(3, 7, _) => ('3', '7', 'x'),
(3, 8, 0) => ('3', '8', '0'),
- (3, 8, 1) => ('3', '8', '1'),
+ (3, 8, _) => ('3', '8', 'x'),
_ => version_error(),
};