aboutsummaryrefslogtreecommitdiffhomepage
path: root/internal/rosa/p11.go
diff options
context:
space:
mode:
authorOphestra <cat@gensokyo.uk>2026-04-01 17:12:57 +0900
committerOphestra <cat@gensokyo.uk>2026-04-01 17:20:12 +0900
commit64e5a1068bdb5e7bd97283cc927088c870b8208e (patch)
tree4a7e10431a1ee73f08235e5f9eb4efb8e2a08325 /internal/rosa/p11.go
parentb6cbd49d8cb56c0918eda2b676744a31e4142d58 (diff)
internal/rosa: libtasn1 artifact
Optional dependency of p11-kit. Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'internal/rosa/p11.go')
-rw-r--r--internal/rosa/p11.go6
1 files changed, 6 insertions, 0 deletions
diff --git a/internal/rosa/p11.go b/internal/rosa/p11.go
index 7e491dc0..82c3c7ac 100644
--- a/internal/rosa/p11.go
+++ b/internal/rosa/p11.go
@@ -17,6 +17,8 @@ func (t Toolchain) newP11Kit() (pkg.Artifact, string) {
},
Coreutils,
Diffutils,
+
+ Libtasn1,
), version
}
func init() {
@@ -27,6 +29,10 @@ func init() {
Description: "provides a way to load and enumerate PKCS#11 modules",
Website: "https://p11-glue.freedesktop.org/p11-kit.html",
+ Dependencies: P{
+ Libtasn1,
+ },
+
ID: 2582,
}
}