aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/engine/tb_dsa.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/engine/tb_dsa.c')
-rw-r--r--crypto/engine/tb_dsa.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/engine/tb_dsa.c b/crypto/engine/tb_dsa.c
index 1f6d035196..e9209476b8 100644
--- a/crypto/engine/tb_dsa.c
+++ b/crypto/engine/tb_dsa.c
@@ -69,7 +69,7 @@ void ENGINE_unregister_DSA(ENGINE *e)
engine_table_unregister(&dsa_table, e);
}
-static void engine_unregister_all_DSA()
+static void engine_unregister_all_DSA(void)
{
engine_table_cleanup(&dsa_table);
}