aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorBrent Cook <busterb@gmail.com>2023-11-05 14:25:17 -0600
committerBrent Cook <busterb@gmail.com>2023-11-05 14:25:17 -0600
commit76439093ca49fb5590c97254aeb446d72c1be03f (patch)
treebb019926de457d093c9ed62d45ab0917db3151d2 /.github
parent2553853c969c8e718e940df7ba4afb8a4e6110ef (diff)
parentd193f43f8b90cbed65ffeec93543d8a3d17bdedc (diff)
downloadportable-76439093ca49fb5590c97254aeb446d72c1be03f.tar.gz
portable-76439093ca49fb5590c97254aeb446d72c1be03f.tar.bz2
portable-76439093ca49fb5590c97254aeb446d72c1be03f.zip
Land #931, dynamic link libtls with libssl/libcrypto in cmake builds
Diffstat (limited to '.github')
-rw-r--r--.github/rust-openssl.patch11
1 files changed, 5 insertions, 6 deletions
diff --git a/.github/rust-openssl.patch b/.github/rust-openssl.patch
index e9586dd..4a8dd3f 100644
--- a/.github/rust-openssl.patch
+++ b/.github/rust-openssl.patch
@@ -1,13 +1,12 @@
1diff --git a/openssl-sys/build/main.rs b/openssl-sys/build/main.rs 1diff --git a/openssl-sys/build/main.rs b/openssl-sys/build/main.rs
2index 82013b6c..2974abed 100644 2index bbee7c5c..57033b2d 100644
3--- a/openssl-sys/build/main.rs 3--- a/openssl-sys/build/main.rs
4+++ b/openssl-sys/build/main.rs 4+++ b/openssl-sys/build/main.rs
5@@ -273,7 +273,7 @@ See rust-openssl documentation for more information: 5@@ -293,6 +293,7 @@ See rust-openssl documentation for more information:
6 (3, 7, 1) => ('3', '7', '1'),
7 (3, 7, _) => ('3', '7', 'x'),
8 (3, 8, 0) => ('3', '8', '0'), 6 (3, 8, 0) => ('3', '8', '0'),
9- (3, 8, 1) => ('3', '8', '1'), 7 (3, 8, 1) => ('3', '8', '1'),
10+ (3, 8, _) => ('3', '8', 'x'), 8 (3, 8, _) => ('3', '8', 'x'),
9+ (3, 9, _) => ('3', '8', 'x'),
11 _ => version_error(), 10 _ => version_error(),
12 }; 11 };
13 12