aboutsummaryrefslogtreecommitdiff
path: root/.github/rust-openssl.patch
blob: 4a8dd3fd94c3cb897361613ff1fc85b0c63cce22 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/openssl-sys/build/main.rs b/openssl-sys/build/main.rs
index bbee7c5c..57033b2d 100644
--- a/openssl-sys/build/main.rs
+++ b/openssl-sys/build/main.rs
@@ -293,6 +293,7 @@ See rust-openssl documentation for more information:
             (3, 8, 0) => ('3', '8', '0'),
             (3, 8, 1) => ('3', '8', '1'),
             (3, 8, _) => ('3', '8', 'x'),
+            (3, 9, _) => ('3', '8', 'x'),
             _ => version_error(),
         };