File: 2002_hpke-rs.patch

package info (click to toggle)
rust-rustls 0.23.32%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 13,468 kB
  • sloc: sh: 199; python: 181; makefile: 11
file content (25 lines) | stat: -rw-r--r-- 698 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
Description: avoid testing-only not-in-Debian crate hpke-rs
Author: Jonas Smedegaard <dr@jones.dk>
Forwarded: not-needed
Last-Update: 2024-12-17
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -10,16 +10,12 @@
   "examples",
   # Tests that require OpenSSL
   "openssl-tests",
-  # example of custom provider
-  "provider-example",
   # the main library and tests
   "rustls",
   # common code for testing the core crate
   "rustls-test",
   # benchmarking tool
   "rustls-bench",
-  # rustls cryptography provider integration tests
-  "rustls-provider-test",
   # rustls cryptography provider for fuzzing
   "rustls-fuzzing-provider",
 ]