"BTW, I no longer have a wish for this. This was solved in other ways."
[openssl.git] / apps / crl.c
index cdbee4847d43a98b50b7074ef81fc79419202cee..1b04f68ecfdb3d4315ecc760822d43a04bf9a639 100644 (file)
@@ -88,12 +88,7 @@ static char *crl_usage[]={
 NULL
 };
 
-#ifndef NOPROTO
 static X509_CRL *load_crl(char *file, int format);
-#else
-static X509_CRL *load_crl();
-#endif
-
 static BIO *bio_out=NULL;
 
 int MAIN(int argc, char **argv)