Make sure the "ENGINE_TABLE" cleanup callbacks have correct prototypes.
[openssl.git] / crypto / engine / tb_rand.c
index 827e104b270d8764fdc3c0ce0e3fd4b035f9c0b6..0b1d031f1eca229ea7f733bdad3bef9fa47be49d 100644 (file)
@@ -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);
        }