From d8588fe2fc3b8c67d313025dc546e9d4a498f41e Mon Sep 17 00:00:00 2001 From: Zhi Guan Date: Tue, 14 Feb 2023 21:32:42 +0800 Subject: [PATCH] Update crlparse.c --- tools/crlparse.c | 1 + 1 file changed, 1 insertion(+) 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);