Remove NOPROTO definitions and error code comments.
[openssl.git] / apps / verify.c
index aa6ee03a1d80b939f14e94a0abae58bdc3668c55..119709f5b41f03cb98432e224426c7f688c624db 100644 (file)
 #undef PROG
 #define PROG   verify_main
 
-#ifndef NOPROTO
 static int MS_CALLBACK cb(int ok, X509_STORE_CTX *ctx);
 static int check(X509_STORE *ctx,char *file);
-#else
-static int MS_CALLBACK cb();
-static int check();
-#endif
-
 static int v_verbose=0;
 
 int MAIN(int argc, char **argv)