提交 45932ad5 编写于 作者: R Richard Levitte

The callback must have (void) as argument list.

Notified by Bernd Matthes <bernd.matthes@gemplus.com>
上级 ce94682c
......@@ -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);
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册