We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7218171 + 5bcf540 commit 887c1d0Copy full SHA for 887c1d0
.github/workflows/rust-openssl.yml
@@ -34,6 +34,10 @@ jobs:
34
- name: "Run rust-openssl tests"
35
run: |
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
42
ed -s openssl-sys/build/main.rs <<-EOF
43
/_ => version_error/-1
0 commit comments