Use void in all function definitions that do not take any arguments
[openssl.git] / crypto / engine / tb_dsa.c
index fdb80cd79f7e86bc1696a92541cfdf3bf2700f89..90d5476f3848ebffccad873b5a5a130e1390a0c8 100644 (file)
@@ -31,7 +31,7 @@ int ENGINE_register_DSA(ENGINE *e)
     return 1;
 }
 
-void ENGINE_register_all_DSA()
+void ENGINE_register_all_DSA(void)
 {
     ENGINE *e;