summaryrefslogtreecommitdiff
path: root/trust/trust.c
diff options
context:
space:
mode:
Diffstat (limited to 'trust/trust.c')
-rw-r--r--trust/trust.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/trust/trust.c b/trust/trust.c
index 1993951..5527065 100644
--- a/trust/trust.c
+++ b/trust/trust.c
@@ -34,6 +34,7 @@
#include "config.h"
+#include "anchor.h"
#include "extract.h"
#include "buffer.h"
@@ -52,6 +53,7 @@
#include <unistd.h>
static const p11_tool_command commands[] = {
+ { "anchor", p11_trust_anchor, "Add, remove, change trust anchors" },
{ "extract", p11_trust_extract, "Extract certificates and trust" },
{ 0, }
};