diff options
| author | Theo Buehler <tb@openbsd.org> | 2023-08-06 08:32:06 -0600 |
|---|---|---|
| committer | Theo Buehler <tb@openbsd.org> | 2023-08-06 08:32:06 -0600 |
| commit | f543d27f22aee467093a56f36c3bf26cb3b3305b (patch) | |
| tree | 17f33faf56ba6d05839010f0b6b4e951ddefa9e0 | |
| parent | 89aca6d00314339caf560f173341aaf8be4919ee (diff) | |
| download | portable-f543d27f22aee467093a56f36c3bf26cb3b3305b.tar.gz portable-f543d27f22aee467093a56f36c3bf26cb3b3305b.tar.bz2 portable-f543d27f22aee467093a56f36c3bf26cb3b3305b.zip | |
Rebase rust-openssl patch
| -rw-r--r-- | .github/rust-openssl.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/rust-openssl.patch b/.github/rust-openssl.patch index f623720..80fa0b7 100644 --- a/.github/rust-openssl.patch +++ b/.github/rust-openssl.patch | |||
| @@ -1,8 +1,8 @@ | |||
| 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 1762068d..9e7295b0 100644 | 2 | index 21ccf3d0..1cf2d184 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 | @@ -285,7 +285,7 @@ See rust-openssl documentation for more information: | 5 | @@ -272,7 +272,7 @@ See rust-openssl documentation for more information: |
| 6 | (3, 7, 0) => ('3', '7', '0'), | 6 | (3, 7, 0) => ('3', '7', '0'), |
| 7 | (3, 7, 1) => ('3', '7', '1'), | 7 | (3, 7, 1) => ('3', '7', '1'), |
| 8 | (3, 7, _) => ('3', '7', 'x'), | 8 | (3, 7, _) => ('3', '7', 'x'), |
