]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - apps/pkcs7.c
Change functions to ANSI C.
[thirdparty/openssl.git] / apps / pkcs7.c
index cac75f48b2551f8cc89a696342d53112423e2aae..ece2cd7d68d1cb8e1c235c9fa2b7d5d353f888cc 100644 (file)
@@ -81,9 +81,7 @@
  * -print_certs
  */
 
-int MAIN(argc, argv)
-int argc;
-char **argv;
+int MAIN(int argc, char **argv)
        {
        PKCS7 *p7=NULL;
        int i,badops=0;