Remove NOPROTO definitions and error code comments.
[openssl.git] / apps / nseq.c
index 9c84d93b81fc956462d685be885f6b7b04724248..5e74082cad469cd6d41a16d0b89110b8c0cd1fc2 100644 (file)
 #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)
 {