summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIgor Matuszewski <igor@sequoia-pgp.org>2020-10-05 15:11:21 +0200
committerIgor Matuszewski <igor@sequoia-pgp.org>2020-10-05 15:11:21 +0200
commit031139641f7e7d9b9ff4310a3f0f97d13742595f (patch)
tree706c895d3b7d59a945517d196e94c23bdb614b1e
parent534052e27b1be21df5c3344f72ab11bdd205ec91 (diff)
WIP: Let's pretend nettle doesn't existigor/ci-msvc-capnp
-rw-r--r--openpgp/Cargo.toml1
-rw-r--r--sqv/Cargo.toml2
2 files changed, 1 insertions, 2 deletions
diff --git a/openpgp/Cargo.toml b/openpgp/Cargo.toml
index c2807c40..3511f3f0 100644
--- a/openpgp/Cargo.toml
+++ b/openpgp/Cargo.toml
@@ -61,7 +61,6 @@ rpassword = "5.0"
[features]
default = ["compression", "crypto-cng"]
# TODO(#333): Allow for/implement more backends
-crypto-nettle = ["nettle"]
crypto-cng = ["winapi", "win-crypto-ng", "ed25519-dalek", "num-bigint-dig"]
# The compression algorithms.
diff --git a/sqv/Cargo.toml b/sqv/Cargo.toml
index 44274919..50896aee 100644
--- a/sqv/Cargo.toml
+++ b/sqv/Cargo.toml
@@ -21,7 +21,7 @@ gitlab = { repository = "sequoia-pgp/sequoia" }
maintenance = { status = "actively-developed" }
[dependencies]
-sequoia-openpgp = { path = "../openpgp", version = "0.19", default-features = false, features = ["crypto-nettle"] }
+sequoia-openpgp = { path = "../openpgp", version = "0.19", default-features = false, features = ["crypto-cng"] }
anyhow = "1"
chrono = "0.4"
clap = "2.32.0"