*** empty log message ***
[openssl.git] / apps / asn1pars.c
index cf9a3bf2bc13f8a9621457fe079a6640abde3dce..a5e4bfcf5e8a54e26f664bd921304853f792223d 100644 (file)
 #include <stdlib.h>
 #include <string.h>
 #include "apps.h"
-#include "err.h"
-#include "evp.h"
-#include "x509.h"
-#include "pem.h"
+#include <openssl/err.h>
+#include <openssl/evp.h>
+#include <openssl/x509.h>
+#include <openssl/pem.h>
 
 /* -inform arg - input format - default PEM (DER or PEM)
  * -in arg     - input file - default stdin
@@ -80,9 +80,7 @@
 #undef PROG
 #define PROG   asn1parse_main
 
-int MAIN(argc, argv)
-int argc;
-char **argv;
+int MAIN(int argc, char **argv)
        {
        int i,badops=0,offset=0,ret=1,j;
        unsigned int length=0;