From 6c33fe50f42aedcb5c78d1c67741d1775ce9da83 Mon Sep 17 00:00:00 2001 From: Kenjiro Nakayama Date: Tue, 14 Oct 2025 09:24:01 +0900 Subject: Revert "CI: Apply EVP const_ptr patch for LibreSSL < 4.2.0" This reverts commit 5bcf54058d62ca1f197616ee344d05fbb3e34e21. --- .github/workflows/rust-openssl.yml | 4 ---- 1 file changed, 4 deletions(-) (limited to '.github/workflows') 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: - name: "Run rust-openssl tests" run: | cd rust-openssl - - # apply patch - see #1187 - 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 - # instead of erroring use the last supported version ed -s openssl-sys/build/main.rs <<-EOF /_ => version_error/-1 -- cgit v1.2.3-55-g6feb