File: use-nettle.patch

package info (click to toggle)
rust-sequoia-keystore-softkeys 0.7.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 252 kB
  • sloc: makefile: 2
file content (18 lines) | stat: -rw-r--r-- 512 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Origin: vendor
Subject: enable crypto-nettle feature
Forwarded: not-needed

nettle is used in the whole sequoia stack in Debian.

Index: sequoia-keystore-softkeys/Cargo.toml
===================================================================
--- sequoia-keystore-softkeys.orig/Cargo.toml
+++ sequoia-keystore-softkeys/Cargo.toml
@@ -63,6 +63,7 @@ version = "0.7"
 [dependencies.sequoia-openpgp]
 version = "2"
 default-features = false
+features = ["crypto-nettle"]
 
 [dev-dependencies.dircpy]
 version = "0.3"