aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/engine/tb_rand.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/engine/tb_rand.c')
-rw-r--r--crypto/engine/tb_rand.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/engine/tb_rand.c b/crypto/engine/tb_rand.c
index 827e104b27..0b1d031f1e 100644
--- a/crypto/engine/tb_rand.c
+++ b/crypto/engine/tb_rand.c
@@ -69,7 +69,7 @@ void ENGINE_unregister_RAND(ENGINE *e)
engine_table_unregister(&rand_table, e);
}
-static void engine_unregister_all_RAND()
+static void engine_unregister_all_RAND(void)
{
engine_table_cleanup(&rand_table);
}