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
+3 -1
View File
@@ -65,8 +65,10 @@ enum list_flag_t {
LIST_OCSP = 0x0200,
/** list all supported algorithms */
LIST_ALGS = 0x0400,
/** list plugin information */
LIST_PLUGINS = 0x0800,
/** all list options */
LIST_ALL = 0x07FF,
LIST_ALL = 0x0FFF,
};
typedef enum reread_flag_t reread_flag_t;