mirror of
https://github.com/guanzhi/GmSSL.git
synced 2026-05-06 16:36:16 +08:00
Update crlparse.c
This commit is contained in:
@@ -94,6 +94,7 @@ bad:
|
|||||||
goto end;
|
goto end;
|
||||||
}
|
}
|
||||||
x509_crl_print(outfp, 0, 0, "CRL", crl, crllen);
|
x509_crl_print(outfp, 0, 0, "CRL", crl, crllen);
|
||||||
|
ret = 0;
|
||||||
|
|
||||||
end:
|
end:
|
||||||
if (infile && infp) fclose(infp);
|
if (infile && infp) fclose(infp);
|
||||||
|
|||||||
Reference in New Issue
Block a user