Make sure the "ENGINE_TABLE" cleanup callbacks have correct prototypes.
[openssl.git] / crypto / engine / tb_cipher.c
index 2716ed7a50fca35edc1a5891848cec50c763eee9..c5a50fc91026ecb85b72d759dce32adabf5c9fb6 100644 (file)
@@ -68,7 +68,7 @@ void ENGINE_unregister_ciphers(ENGINE *e)
        engine_table_unregister(&cipher_table, e);
        }
 
-static void engine_unregister_all_ciphers()
+static void engine_unregister_all_ciphers(void)
        {
        engine_table_cleanup(&cipher_table);
        }