mirror of
https://github.com/openssl/openssl.git
synced 2024-11-21 01:15:20 +08:00
The callback must have (void) as argument list.
Notified by Bernd Matthes <bernd.matthes@gemplus.com>
This commit is contained in:
parent
ce94682ce1
commit
45932ad508
@ -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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user