Make gcc 2.95.2 happy again, even under ``-Wall -Wshadow -Wpointer-arith -Wcast-align
[oweals/openssl.git] / apps / crl.c
index d91eb7fd807ddad2cb1357c52cb98cc66528de49..338f46d97c5f00b95ab4d997f2df8e3527db1644 100644 (file)
@@ -93,6 +93,8 @@ NULL
 static X509_CRL *load_crl(char *file, int format);
 static BIO *bio_out=NULL;
 
+int MAIN(int, char **);
+
 int MAIN(int argc, char **argv)
        {
        X509_CRL *x=NULL;