diff options
author | Theo Buehler <tb@openbsd.org> | 2023-09-02 04:02:03 -0600 |
---|---|---|
committer | Theo Buehler <tb@openbsd.org> | 2023-09-02 04:02:03 -0600 |
commit | a6bd25d3bd098f68cd9ffbf1cbfbf015b91d33a5 (patch) | |
tree | c802403f7745f93b586c876bd1e20e7c721e3e76 | |
parent | 8fa9337f65314955fb31e53193980f0c283fa4ae (diff) | |
download | portable-a6bd25d3bd098f68cd9ffbf1cbfbf015b91d33a5.tar.gz portable-a6bd25d3bd098f68cd9ffbf1cbfbf015b91d33a5.tar.bz2 portable-a6bd25d3bd098f68cd9ffbf1cbfbf015b91d33a5.zip |
Rebase rust-openssl patch
-rw-r--r-- | .github/rust-openssl.patch | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/.github/rust-openssl.patch b/.github/rust-openssl.patch index 80fa0b7..e9586dd 100644 --- a/.github/rust-openssl.patch +++ b/.github/rust-openssl.patch | |||
@@ -1,13 +1,13 @@ | |||
1 | diff --git a/openssl-sys/build/main.rs b/openssl-sys/build/main.rs | 1 | diff --git a/openssl-sys/build/main.rs b/openssl-sys/build/main.rs |
2 | index 21ccf3d0..1cf2d184 100644 | 2 | index 82013b6c..2974abed 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 | @@ -272,7 +272,7 @@ See rust-openssl documentation for more information: | 5 | @@ -273,7 +273,7 @@ See rust-openssl documentation for more information: |
6 | (3, 7, 0) => ('3', '7', '0'), | ||
7 | (3, 7, 1) => ('3', '7', '1'), | 6 | (3, 7, 1) => ('3', '7', '1'), |
8 | (3, 7, _) => ('3', '7', 'x'), | 7 | (3, 7, _) => ('3', '7', 'x'), |
9 | - (3, 8, 0) => ('3', '8', '0'), | 8 | (3, 8, 0) => ('3', '8', '0'), |
10 | + (3, 8, _) => ('3', '8', '0'), | 9 | - (3, 8, 1) => ('3', '8', '1'), |
10 | + (3, 8, _) => ('3', '8', 'x'), | ||
11 | _ => version_error(), | 11 | _ => version_error(), |
12 | }; | 12 | }; |
13 | 13 | ||