Skip to content

Commit 6f18143

Browse files
authored
Cargo.toml: add aws-lc-rs feature as crypto backend (#43)
1 parent ff32e1e commit 6f18143

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ pki-types = { package = "rustls-pki-types", version = "1" }
1919

2020
[features]
2121
default = ["logging", "tls12", "ring"]
22+
aws-lc-rs = ["rustls/aws_lc_rs"]
2223
early-data = []
2324
logging = ["rustls/logging"]
2425
ring = ["rustls/ring"]

0 commit comments

Comments
 (0)