Skip to content

Commit

Permalink
Update Cargo.toml
Browse files Browse the repository at this point in the history
Signed-off-by: fortishield <[email protected]>
  • Loading branch information
FortiShield authored Feb 9, 2025
1 parent a363eb7 commit 829a2ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bongonet-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,8 @@ jemallocator = "0.5"

[features]
default = []
openssl = ["bongonet-openssl", "openssl_derived",]
boringssl = ["bongonet-boringssl", "openssl_derived",]
openssl = ["pingora-openssl", "openssl_derived"]
boringssl = ["pingora-boringssl", "openssl_derived"]
rustls = ["bongonet-rustls", "any_tls", "dep:x509-parser", "ouroboros"]
patched_http1 = ["bongonet-http/patched_http1"]
openssl_derived = ["any_tls"]
Expand Down

0 comments on commit 829a2ee

Please sign in to comment.