Skip to content

Commit

Permalink
build: feature-gate vendored openssl
Browse files Browse the repository at this point in the history
  • Loading branch information
Banyc committed Dec 29, 2023
1 parent cf65610 commit a3e4d34
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ bytes = "1"
metrics = "0.22"
metrics-exporter-prometheus = "0.13"
mptcp = { git = "https://github.com/Banyc/mptcp.git", rev = "44b3d6366e6580e80f70607263ed6065b493b78f" }
openssl = { version = "0.10", features = ["vendored"] }
openssl = "0.10"
serde = "1"
tabled = "0.15"
thiserror = "1"
Expand Down
4 changes: 4 additions & 0 deletions server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,7 @@ toml = "0.8"
tracing = { workspace = true }
tracing-subscriber = { workspace = true }
openssl = { workspace = true }

[features]
default = []
"vendored" = ["openssl/vendored"]

0 comments on commit a3e4d34

Please sign in to comment.