The callback must have (void) as argument list.

Notified by Bernd Matthes <bernd.matthes@gemplus.com>
This commit is contained in:
Richard Levitte 2002-04-20 10:22:42 +00:00
parent ce94682ce1
commit 45932ad508

View File

@ -69,7 +69,7 @@ void ENGINE_unregister_ECDSA(ENGINE *e)
engine_table_unregister(&ecdsa_table, e);
}
static void engine_unregister_all_ECDSA()
static void engine_unregister_all_ECDSA(void)
{
engine_table_cleanup(&ecdsa_table);
}