Added a listplugins stroke command to show plugin features

This commit is contained in:
Martin Willi
2011-10-14 10:05:44 +02:00
parent fa7c8338ca
commit 2d2ffa58f6
5 changed files with 62 additions and 1 deletions
+2
View File
@@ -263,6 +263,7 @@ static int list_flags[] = {
LIST_CRLS,
LIST_OCSP,
LIST_ALGS,
LIST_PLUGINS,
LIST_ALL
};
@@ -531,6 +532,7 @@ int main(int argc, char *argv[])
case STROKE_LIST_CRLS:
case STROKE_LIST_OCSP:
case STROKE_LIST_ALGS:
case STROKE_LIST_PLUGINS:
case STROKE_LIST_ALL:
res = list(token->kw, argc > 2 && strcmp(argv[2], "--utc") == 0);
break;