Make sure the "ENGINE_TABLE" cleanup callbacks have correct prototypes.
[openssl.git] / crypto / engine / tb_rsa.c
index 85049e8ae4f38989c1c9b403afe71dc51b868b1e..f84fea3968c165917299d7c7a938f57b69cafb6f 100644 (file)
@@ -69,7 +69,7 @@ void ENGINE_unregister_RSA(ENGINE *e)
        engine_table_unregister(&rsa_table, e);
        }
 
-static void engine_unregister_all_RSA()
+static void engine_unregister_all_RSA(void)
        {
        engine_table_cleanup(&rsa_table);
        }