diff options
| author | Theo Buehler <tb@openbsd.org> | 2023-11-03 08:32:59 -0600 |
|---|---|---|
| committer | Theo Buehler <tb@openbsd.org> | 2023-11-03 08:32:59 -0600 |
| commit | b19acf362996ea4404c3df03a243571c13fd47a3 (patch) | |
| tree | b51697442f0eb78145d8d7fbe9902d33c971520b | |
| parent | 287e0a285eb38bfd37f4e537d17847868aeff521 (diff) | |
| download | portable-b19acf362996ea4404c3df03a243571c13fd47a3.tar.gz portable-b19acf362996ea4404c3df03a243571c13fd47a3.tar.bz2 portable-b19acf362996ea4404c3df03a243571c13fd47a3.zip | |
Update rust-openssl patch
| -rw-r--r-- | .github/rust-openssl.patch | 11 |
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 @@ | |||
| 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 82013b6c..2974abed 100644 | 2 | index 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 | ||
