Change functions to ANSI C.
[oweals/openssl.git] / apps / pem_mail.c
index e48c358f72f6b89c5717ce7b3497364bdcbeb63e..acbf7bd9a02e0a110c2864a4be7e25fbe552eedf 100644 (file)
@@ -1,5 +1,5 @@
 /* apps/pem_mail.c */
-/* Copyright (C) 1995-1997 Eric Young (eay@cryptsoft.com)
+/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
  * This package is an SSL implementation written
@@ -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;