Skip to content

Commit 1db5531

Browse files
committed
Remove openssl 3 test workarounds
1 parent 2496ac8 commit 1db5531

File tree

3 files changed

+2
-20
lines changed

3 files changed

+2
-20
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ on:
1111
env:
1212
RUSTFLAGS: -Dwarnings
1313
RUST_BACKTRACE: 1
14-
OPENSSL_CONF: test.conf
1514

1615
jobs:
1716
rustfmt:
@@ -55,5 +54,5 @@ jobs:
5554
with:
5655
path: target
5756
key: target-${{ runner.os }}-${{ steps.rust-version.outputs.version }}-${{ hashFiles('Cargo.lock') }}
58-
- run: cargo test --features vendored,openssl-src/legacy
59-
- run: cargo test --features vendored,openssl-src/legacy,alpn
57+
- run: cargo test --features vendored
58+
- run: cargo test --features vendored

Cargo.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,6 @@ openssl = "0.10.29"
3131
openssl-sys = "0.9.55"
3232
openssl-probe = "0.1"
3333

34-
[target.'cfg(not(any(target_os = "windows", target_os = "macos", target_os = "ios")))'.build_dependencies]
35-
openssl-src = { version = "300.0.3", optional = true }
36-
3734
[dev-dependencies]
3835
tempfile = "3.0"
3936
test-cert-gen = "0.7"

test.conf

Lines changed: 0 additions & 14 deletions
This file was deleted.

0 commit comments

Comments
 (0)