Skip to content

Commit

Permalink
cargo: change default crypto backend from ring -> aws_lc_rs
Browse files Browse the repository at this point in the history
  • Loading branch information
BiagioFesta committed Mar 1, 2024
1 parent 98aff97 commit e3529f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rcgen/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ x509-parser = { workspace = true, features = ["verify"], optional = true }
zeroize = { version = "1.2", optional = true }

[features]
default = ["crypto", "pem", "ring"]
default = ["crypto", "pem", "aws_lc_rs"]
crypto = []
aws_lc_rs = ["crypto", "dep:aws-lc-rs"]
ring = ["crypto", "dep:ring"]
Expand Down

0 comments on commit e3529f5

Please sign in to comment.