Use void in all function definitions that do not take any arguments
[openssl.git] / crypto / engine / tb_cipher.c
index ac4914111540d37b4cc9698e5c14cda9ce00db4e..45d754fea832388718d466a3a3190197c921ca7d 100644 (file)
@@ -34,7 +34,7 @@ int ENGINE_register_ciphers(ENGINE *e)
     return 1;
 }
 
-void ENGINE_register_all_ciphers()
+void ENGINE_register_all_ciphers(void)
 {
     ENGINE *e;