Use void in all function definitions that do not take any arguments
[openssl.git] / crypto / engine / tb_digest.c
index 194b9c7e8944d772a2abf13cb272030ef844f3ee..019adcf93363fc369557f9ffde82d73ce68b959a 100644 (file)
@@ -34,7 +34,7 @@ int ENGINE_register_digests(ENGINE *e)
     return 1;
 }
 
-void ENGINE_register_all_digests()
+void ENGINE_register_all_digests(void)
 {
     ENGINE *e;