trustee-guest-components/0008-Fedora-kbs_protocol-default-to-openssl.patch
Uri Lublin f5a12748a0 Initial commit on c10s
Added gating.yaml

Resolves: RHEL-73770
2025-01-21 15:01:46 +02:00

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