mirror of
https://github.com/openssl/openssl.git
synced 2024-11-21 01:15:20 +08:00
make update
Reviewed-by: Richard Levitte <levitte@openssl.org>
This commit is contained in:
parent
c98740f8a6
commit
a3507a1107
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user