diff options
Diffstat (limited to 'trust/trust.c')
-rw-r--r-- | trust/trust.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/trust/trust.c b/trust/trust.c index 5527065..4ed1df8 100644 --- a/trust/trust.c +++ b/trust/trust.c @@ -36,6 +36,7 @@ #include "anchor.h" #include "extract.h" +#include "list.h" #include "buffer.h" #include "compat.h" @@ -53,8 +54,9 @@ #include <unistd.h> static const p11_tool_command commands[] = { - { "anchor", p11_trust_anchor, "Add, remove, change trust anchors" }, + { "list", p11_trust_list, "List trust or certificates" }, { "extract", p11_trust_extract, "Extract certificates and trust" }, + { "anchor", p11_trust_anchor, "Add, remove, change trust anchors" }, { 0, } }; |