30 lines
984 B
Diff
30 lines
984 B
Diff
From 4fdedc07203138492fe5561af2fbf9868caf9407 Mon Sep 17 00:00:00 2001
|
|
From: Uri Lublin <uril@redhat.com>
|
|
Date: Mon, 28 Oct 2024 20:59:59 +0200
|
|
Subject: [PATCH] Fedora: kbs_protocol: default to openssl
|
|
Content-type: text/plain
|
|
|
|
Also add "bin" such that trustee-attester can be built
|
|
|
|
Signed-off-by: Uri Lublin <uril@redhat.com>
|
|
---
|
|
attestation-agent/kbs_protocol/Cargo.toml | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/attestation-agent/kbs_protocol/Cargo.toml b/attestation-agent/kbs_protocol/Cargo.toml
|
|
index e29be9c..82b0de8 100644
|
|
--- a/attestation-agent/kbs_protocol/Cargo.toml
|
|
+++ b/attestation-agent/kbs_protocol/Cargo.toml
|
|
@@ -39,7 +39,7 @@ name = "trustee-attester"
|
|
required-features = ["bin"]
|
|
|
|
[features]
|
|
-default = ["background_check", "passport", "rust-crypto", "all-attesters"]
|
|
+default = ["background_check", "passport", "openssl", "all-attesters", "bin"]
|
|
|
|
passport = []
|
|
# use a client of attestation-agent to get token for kbs
|
|
--
|
|
2.47.1
|
|
|