提交 a3507a11 编写于 作者: M Matt Caswell

make update

Reviewed-by: NRichard Levitte <levitte@openssl.org>
上级 c98740f8
......@@ -18,7 +18,7 @@ typedef enum FUNC_TYPE {
typedef struct function_st {
FUNC_TYPE type;
const char *name;
int (*func)(int argc, char *argv[]);
int (*func)(int argc,char *argv[]);
const OPTIONS *help;
} FUNCTION;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册