Remove NOPROTO definitions and error code comments.
[openssl.git] / apps / nseq.c
index 3c70e4d2bedcdf0c46b9d3ad47a1e9507eb78d50..5e74082cad469cd6d41a16d0b89110b8c0cd1fc2 100644 (file)
  */
 
 #include <stdio.h>
-#include "pem.h"
-#include "err.h"
+#include <string.h>
+#include <openssl/pem.h>
+#include <openssl/err.h>
 #include "apps.h"
 
 #undef PROG
 #define PROG nseq_main
 
-#ifdef NOPROTO
 static int dump_cert_text(BIO *out, X509 *x);
-#else
-static int dump_cert_text();
-#endif
 
 int MAIN(int argc, char **argv)
 {