dynamic_ctrl() didn't have exactly the same prototype as defined by
ENGINE_CTRL_FUNC_PTR.
This commit is contained in:
parent
4e9023f4d2
commit
834ac33a37
@ -70,7 +70,7 @@
|
|||||||
/* Our ENGINE handlers */
|
/* Our ENGINE handlers */
|
||||||
static int dynamic_init(ENGINE *e);
|
static int dynamic_init(ENGINE *e);
|
||||||
static int dynamic_finish(ENGINE *e);
|
static int dynamic_finish(ENGINE *e);
|
||||||
static int dynamic_ctrl(ENGINE *e, int cmd, long i, void *p, void (*f)());
|
static int dynamic_ctrl(ENGINE *e, int cmd, long i, void *p, void (*f)(void));
|
||||||
/* Predeclare our context type */
|
/* Predeclare our context type */
|
||||||
typedef struct st_dynamic_data_ctx dynamic_data_ctx;
|
typedef struct st_dynamic_data_ctx dynamic_data_ctx;
|
||||||
/* The implementation for the important control command */
|
/* The implementation for the important control command */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user