File: disable-crypto-backends.patch

package info (click to toggle)
rust-rpm-sequoia 1.9.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 472 kB
  • sloc: makefile: 51; sh: 6
file content (17 lines) | stat: -rw-r--r-- 647 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Index: rpm-sequoia/Cargo.toml
===================================================================
--- rpm-sequoia.orig/Cargo.toml
+++ rpm-sequoia/Cargo.toml
@@ -43,10 +43,10 @@ status = "actively-developed"
 [features]
 crypto-botan = ["sequoia-openpgp/crypto-botan"]
 crypto-botan2 = ["sequoia-openpgp/crypto-botan2"]
-crypto-cng = ["sequoia-openpgp/crypto-cng"]
+#crypto-cng = ["sequoia-openpgp/crypto-cng"]
 crypto-nettle = ["sequoia-openpgp/crypto-nettle"]
 crypto-openssl = ["sequoia-openpgp/crypto-openssl"]
-crypto-rust = ["sequoia-openpgp/crypto-rust"]
+#crypto-rust = ["sequoia-openpgp/crypto-rust"]
 default = ["crypto-nettle"]
 
 [lib]