File: disable-aws-lc-rs.patch

package info (click to toggle)
rust-tokio-rustls 0.26.4-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 324 kB
  • sloc: makefile: 2
file content (23 lines) | stat: -rw-r--r-- 500 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
From: Maytham Alsudany <maytha8thedev@gmail.com>
Forwarded: not-needed
Description: Disable aws-lc-rs

--- a/Cargo.toml
+++ b/Cargo.toml
@@ -38,16 +38,12 @@
 repository = "https://github.com/rustls/tokio-rustls"
 
 [features]
-aws-lc-rs = ["aws_lc_rs"]
-aws_lc_rs = ["rustls/aws_lc_rs"]
 brotli = ["rustls/brotli"]
 default = [
     "logging",
     "tls12",
-    "aws_lc_rs",
 ]
 early-data = []
-fips = ["rustls/fips"]
 logging = ["rustls/logging"]
 ring = ["rustls/ring"]
 tls12 = ["rustls/tls12"]