Use void in all function definitions that do not take any arguments
[openssl.git] / crypto / engine / tb_pkmeth.c
index 2e82d8551efb24bcd9da4690cec78a015dacda4b..e6c7ad27cd154d4c0db0eecf6034b035e6dbdaa3 100644 (file)
@@ -35,7 +35,7 @@ int ENGINE_register_pkey_meths(ENGINE *e)
     return 1;
 }
 
-void ENGINE_register_all_pkey_meths()
+void ENGINE_register_all_pkey_meths(void)
 {
     ENGINE *e;