File: 2001_aws-lc-rs.patch

package info (click to toggle)
rust-hyper-rustls 0.27.6-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 312 kB
  • sloc: sh: 48; makefile: 2
file content (19 lines) | stat: -rw-r--r-- 646 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Description: avoid not-in-Debian crate aws-lc-rs
Author: Blair Noctis <ncts@debian.org>
Forwarded: not-needed
Last-Update: 2025-03-21
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -11,9 +11,7 @@
 documentation = "https://docs.rs/hyper-rustls/"
 
 [features]
-default = ["native-tokio", "http1", "tls12", "logging", "aws-lc-rs"]
-aws-lc-rs = ["rustls/aws_lc_rs"]
-fips = ["aws-lc-rs", "rustls/fips"]
+default = ["native-tokio", "http1", "tls12", "logging", "ring"]
 http1 = ["hyper-util/http1"]
 http2 = ["hyper-util/http2"]
 logging = ["log", "tokio-rustls/logging", "rustls/logging"]