aboutsummaryrefslogtreecommitdiff
path: root/.github/rust-openssl.patch
blob: 9ff4ea0558fd2cd2c8be015ea2e43bb7e8478316 (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 cdea3eb4..b16ebecf 100644
--- a/openssl-sys/build/main.rs
+++ b/openssl-sys/build/main.rs
@@ -282,7 +282,7 @@ See rust-openssl documentation for more information:
             (3, 5, _) => ('3', '5', 'x'),
             (3, 6, 0) => ('3', '6', '0'),
             (3, 6, _) => ('3', '6', 'x'),
-            (3, 7, 0) => ('3', '7', '0'),
+            (3, 7, _) => ('3', '7', 'x'),
             _ => version_error(),
         };