mirror of
https://github.com/openssl/openssl.git
synced 2024-12-16 13:33:49 +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 {
|
typedef struct function_st {
|
||||||
FUNC_TYPE type;
|
FUNC_TYPE type;
|
||||||
const char *name;
|
const char *name;
|
||||||
int (*func)(int argc, char *argv[]);
|
int (*func)(int argc,char *argv[]);
|
||||||
const OPTIONS *help;
|
const OPTIONS *help;
|
||||||
} FUNCTION;
|
} FUNCTION;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user