mirror of
https://github.com/openssl/openssl.git
synced 2024-11-21 01:15:20 +08:00
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…
Reference in New Issue
Block a user