Skip to content

Commit

Permalink
Use ring as default crypto backend
Browse files Browse the repository at this point in the history
  • Loading branch information
eycorsican committed May 6, 2024
1 parent 7a31f50 commit 9870136
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion leaf-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ path = "src/main.rs"

[features]
default = [
"leaf/default-aws-lc",
"leaf/default-ring",
"leaf/outbound-quic",
"leaf/outbound-quic",
"leaf/ctrlc",
Expand Down
2 changes: 1 addition & 1 deletion leaf-ffi/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ crate-type = ["staticlib", "dylib"]

[features]
default = [
"default-aws-lc",
"default-ring",
]

default-aws-lc= [
Expand Down
2 changes: 1 addition & 1 deletion leaf/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ path = "src/lib.rs"

[features]
default = [
"default-aws-lc"
"default-ring"
]

default-ring = [
Expand Down

0 comments on commit 9870136

Please sign in to comment.