From 6d52f260bf3f058a4d1973027a503db66ef1ab82 Mon Sep 17 00:00:00 2001 From: Geoff Thorpe Date: Mon, 8 Oct 2001 17:06:52 +0000 Subject: Make sure the "ENGINE_TABLE" cleanup callbacks have correct prototypes. --- crypto/engine/tb_rand.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crypto/engine/tb_rand.c') 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); } -- cgit v1.2.3