File: 1002_feature_fencing.patch

package info (click to toggle)
rust-futures-rustls 0.26.0-3
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 260 kB
  • sloc: makefile: 7; sh: 1
file content (15 lines) | stat: -rw-r--r-- 390 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Description: fence tests by needed features
Author: Jonas Smedegaard <dr@jones.dk>
Last-Update: 2025-08-08
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/tests/badssl.rs
+++ b/tests/badssl.rs
@@ -33,6 +33,7 @@
 }
 
 #[test]
+#[cfg(feature = "tls12")]
 fn test_tls12() -> io::Result<()> {
     let fut = async {
         let root_store = rustls::RootCertStore {