diff --git a/tools/crlparse.c b/tools/crlparse.c index a2c8e2ad..f591d14d 100644 --- a/tools/crlparse.c +++ b/tools/crlparse.c @@ -94,6 +94,7 @@ bad: goto end; } x509_crl_print(outfp, 0, 0, "CRL", crl, crllen); + ret = 0; end: if (infile && infp) fclose(infp);