X-Git-Url: https://git.openssl.org/?p=openssl.git;a=blobdiff_plain;f=crypto%2Fengine%2Feng_dyn.c;h=3a1c200ce47e66659b40357559d4a93ae441e53e;hp=61ae230570dcc49ea7e6ae6d7ce3900af2c1cea7;hb=834ac33a3778bf5aa2c972d60e833bc6f83169df;hpb=0587ec264563249bbc26302aa1d5e9ff5f45d7f0 diff --git a/crypto/engine/eng_dyn.c b/crypto/engine/eng_dyn.c index 61ae230570..3a1c200ce4 100644 --- a/crypto/engine/eng_dyn.c +++ b/crypto/engine/eng_dyn.c @@ -70,7 +70,7 @@ /* Our ENGINE handlers */ static int dynamic_init(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 */ typedef struct st_dynamic_data_ctx dynamic_data_ctx; /* The implementation for the important control command */