summaryrefslogtreecommitdiffstats
path: root/apps/crl.c
diff options
context:
space:
mode:
authorUlf Möller <ulf@openssl.org>1999-04-26 16:43:10 +0000
committerUlf Möller <ulf@openssl.org>1999-04-26 16:43:10 +0000
commita9be3af5ad4836f7e50f0546311ca90c717b861e (patch)
treef44f7f8c4497d85da4c5cbd08067479bb20ced95 /apps/crl.c
parent47339f6179fbefafc793c10b0411ed0365497d65 (diff)
Remove NOPROTO definitions and error code comments.
Diffstat (limited to 'apps/crl.c')
-rw-r--r--apps/crl.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/apps/crl.c b/apps/crl.c
index cdbee4847d..1b04f68ecf 100644
--- a/apps/crl.c
+++ b/apps/crl.c
@@ -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)