projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ce94682
)
The callback must have (void) as argument list.
author
Richard Levitte
<levitte@openssl.org>
Sat, 20 Apr 2002 10:22:42 +0000
(10:22 +0000)
committer
Richard Levitte
<levitte@openssl.org>
Sat, 20 Apr 2002 10:22:42 +0000
(10:22 +0000)
Notified by Bernd Matthes <bernd.matthes@gemplus.com>
crypto/engine/tb_ecdsa.c
patch
|
blob
|
history
diff --git
a/crypto/engine/tb_ecdsa.c
b/crypto/engine/tb_ecdsa.c
index 682ca15312ad59c0d3237bb3e761ad654b0c4610..5860fcac72074bd5fd29fd76e46119142ae224ca 100644
(file)
--- a/
crypto/engine/tb_ecdsa.c
+++ b/
crypto/engine/tb_ecdsa.c
@@
-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);
}