Remove NOPROTO definitions and error code comments.
[openssl.git] / crypto / x509 / x509_vfy.c
index cd0a5799654b3e23766864c1ccbe9270d3675784..282d9f3dda7d9e34c10c4f1e4266b449eee6abfe 100644 (file)
 #include <openssl/x509.h>
 #include <openssl/objects.h>
 
-#ifndef NOPROTO
 static int null_callback(int ok,X509_STORE_CTX *e);
 static int internal_verify(X509_STORE_CTX *ctx);
-#else
-static int null_callback();
-static int internal_verify();
-#endif
-
 const char *X509_version="X.509" OPENSSL_VERSION_PTEXT;
 
 static STACK *x509_store_ctx_method=NULL;