The definition of dynamic_ctrl() should change along with the
authorRichard Levitte <levitte@openssl.org>
Thu, 26 Jun 2003 07:03:49 +0000 (07:03 +0000)
committerRichard Levitte <levitte@openssl.org>
Thu, 26 Jun 2003 07:03:49 +0000 (07:03 +0000)
declaration :-).

crypto/engine/eng_dyn.c

index 3a1c200ce47e66659b40357559d4a93ae441e53e..3cb46856cc10d2b848c92ca2aa0dc85da8dc1e91 100644 (file)
@@ -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;