File: 2002_schannel.patch

package info (click to toggle)
rust-rustls-native-certs 0.6.3-7
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 276 kB
  • sloc: sh: 31; makefile: 5
file content (17 lines) | stat: -rw-r--r-- 453 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Description: avoid windows-only crate schannel
Author: Jonas Smedegaard <dr@jones.dk>
Forwarded: not-needed
Last-Update: 2023-08-14
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -22,8 +22,5 @@
 webpki-roots = "0.23"
 x509-parser = "0.15"
 
-[target.'cfg(windows)'.dependencies]
-schannel = "0.1.15"
-
 [target.'cfg(all(unix, not(target_os = "macos")))'.dependencies]
 openssl-probe = "0.1.2"