Use void in all function definitions that do not take any arguments
[openssl.git] / apps / apps.c
index b35ea563eeb1f23bbd56efe1a07fe84273f5ed93..d5a6aea206ed8c094cf8d1324b33e0a615d49a6f 100644 (file)
@@ -2486,7 +2486,7 @@ BIO *dup_bio_err(int format)
     return b;
 }
 
-void destroy_prefix_method()
+void destroy_prefix_method(void)
 {
     BIO_meth_free(prefix_method);
     prefix_method = NULL;