Update crlparse.c

This commit is contained in:
Zhi Guan
2023-02-14 21:32:42 +08:00
parent 247f7bdf07
commit d8588fe2fc

View File

@@ -94,6 +94,7 @@ bad:
goto end;
}
x509_crl_print(outfp, 0, 0, "CRL", crl, crllen);
ret = 0;
end:
if (infile && infp) fclose(infp);