File: drop-experimental-and-variable-time-crypto-backends.patch

package info (click to toggle)
rust-sequoia-openpgp 2.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 9,608 kB
  • sloc: sh: 6; makefile: 2
file content (15 lines) | stat: -rw-r--r-- 476 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Index: sequoia-openpgp/Cargo.toml
===================================================================
--- sequoia-openpgp.orig/Cargo.toml
+++ sequoia-openpgp/Cargo.toml
@@ -55,8 +55,8 @@ status = "actively-developed"
 
 [features]
 __implicit-crypto-backend-for-tests = []
-allow-experimental-crypto = []
-allow-variable-time-crypto = []
+#allow-experimental-crypto = []
+#allow-variable-time-crypto = []
 compression = [
     "compression-deflate",
     "compression-bzip2",