The definition of dynamic_ctrl() should change along with the
declaration :-).
This commit is contained in:
parent
0fbffe7a71
commit
dfc3151925
@ -316,7 +316,7 @@ static int dynamic_finish(ENGINE *e)
|
||||
return 0;
|
||||
}
|
||||
|
||||
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))
|
||||
{
|
||||
dynamic_data_ctx *ctx = dynamic_get_data_ctx(e);
|
||||
int initialised;
|
||||
|
Loading…
x
Reference in New Issue
Block a user