aboutsummaryrefslogtreecommitdiff
path: root/.github/rust-openssl.patch
blob: e9586dd7083fcf5f738fd103104d3d5ca692ddd3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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(),
         };