Change functions to ANSI C.
[oweals/openssl.git] / apps / pem_mail.c
index 64e04acb52782d9deef9551a8034b9b8e7f2f9b5..acbf7bd9a02e0a110c2864a4be7e25fbe552eedf 100644 (file)
@@ -87,9 +87,7 @@ typedef struct lines_St
        struct lines_st *next;
        } LINES;
 
-int main(argc, argv)
-int argc;
-char **argv;
+int main(int argc, char **argv)
        {
        FILE *in;
        RSA *rsa=NULL;