diff options
| author | Kenjiro Nakayama <nakayamakenjiro@gmail.com> | 2025-10-14 09:24:01 +0900 |
|---|---|---|
| committer | Kenjiro Nakayama <nakayamakenjiro@gmail.com> | 2025-10-14 09:24:01 +0900 |
| commit | 6c33fe50f42aedcb5c78d1c67741d1775ce9da83 (patch) | |
| tree | faf1753f34e169d57607741601eaaaaf64621cd2 | |
| parent | beff893335230dff55f6dc10c8c0054fed7752a9 (diff) | |
| download | portable-6c33fe50f42aedcb5c78d1c67741d1775ce9da83.tar.gz portable-6c33fe50f42aedcb5c78d1c67741d1775ce9da83.tar.bz2 portable-6c33fe50f42aedcb5c78d1c67741d1775ce9da83.zip | |
Revert "CI: Apply EVP const_ptr patch for LibreSSL < 4.2.0"
This reverts commit 5bcf54058d62ca1f197616ee344d05fbb3e34e21.
| -rw-r--r-- | .github/workflows/rust-openssl.yml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/.github/workflows/rust-openssl.yml b/.github/workflows/rust-openssl.yml index d3b2bee..4ff41c0 100644 --- a/.github/workflows/rust-openssl.yml +++ b/.github/workflows/rust-openssl.yml | |||
| @@ -34,10 +34,6 @@ jobs: | |||
| 34 | - name: "Run rust-openssl tests" | 34 | - name: "Run rust-openssl tests" |
| 35 | run: | | 35 | run: | |
| 36 | cd rust-openssl | 36 | cd rust-openssl |
| 37 | |||
| 38 | # apply patch - see #1187 | ||
| 39 | curl -L https://raw.githubusercontent.com/openbsd/ports/refs/heads/master/security/rust-openssl-tests/patches/patch-openssl-sys_src_handwritten_evp_rs | patch -p0 | ||
| 40 | |||
| 41 | # instead of erroring use the last supported version | 37 | # instead of erroring use the last supported version |
| 42 | ed -s openssl-sys/build/main.rs <<-EOF | 38 | ed -s openssl-sys/build/main.rs <<-EOF |
| 43 | /_ => version_error/-1 | 39 | /_ => version_error/-1 |
