summaryrefslogtreecommitdiff
path: root/tools/tool.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/tool.c')
-rw-r--r--tools/tool.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/tool.c b/tools/tool.c
index 92c5e70..c825277 100644
--- a/tools/tool.c
+++ b/tools/tool.c
@@ -55,6 +55,9 @@ struct {
int (*function) (int, char*[]);
const char *text;
} commands[] = {
+#ifdef WITH_ASN1
+ { "extract", p11_tool_extract, "Extract certificates" },
+#endif
{ "list-modules", p11_tool_list_modules, "List modules and tokens"},
{ 0, }
};