From: Richard Levitte Date: Thu, 26 Jun 2003 07:03:49 +0000 (+0000) Subject: The definition of dynamic_ctrl() should change along with the X-Git-Tag: BEN_FIPS_TEST_1~38^2~35 X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff_plain;h=dfc31519250a4b2fad51c19f0bb3a16f0d0947a9 The definition of dynamic_ctrl() should change along with the declaration :-). --- diff --git a/crypto/engine/eng_dyn.c b/crypto/engine/eng_dyn.c index 3a1c200ce4..3cb46856cc 100644 --- a/crypto/engine/eng_dyn.c +++ b/crypto/engine/eng_dyn.c @@ -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;