File: avoid-unstable-curve448.patch

package info (click to toggle)
rust-rpgpie-sop 0.6.4-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 252 kB
  • sloc: makefile: 4
file content (20 lines) | stat: -rw-r--r-- 428 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
From: Daniel Kahn Gillmor <dkg@fifthhorseman.net>
Subject: avoid unstable-curve448

See the discussion in rust-pgp's debian/patches about avoiding
unstable-curve448.  When that is resolved, we can drop this.

Forwarded: not-needed

--- a/Cargo.toml
+++ b/Cargo.toml
@@ -52,9 +52,3 @@
 
 [dependencies.sop]
 version = "0.8.1"
-
-[features]
-unstable-curve448 = [
-    "pgp/unstable-curve448",
-    "rpgpie/unstable-curve448",
-]