missing goto meant signature was never printed out
This commit is contained in:
parent
fb75f349b7
commit
e45c32fabf
@ -275,6 +275,7 @@ int OCSP_RESPONSE_print(BIO *bp, OCSP_RESPONSE* o, unsigned long flags)
|
|||||||
}
|
}
|
||||||
if (!X509V3_extensions_print(bp, "Response Extensions",
|
if (!X509V3_extensions_print(bp, "Response Extensions",
|
||||||
rd->responseExtensions, flags, 4))
|
rd->responseExtensions, flags, 4))
|
||||||
|
goto err;
|
||||||
if(X509_signature_print(bp, br->signatureAlgorithm, br->signature) <= 0)
|
if(X509_signature_print(bp, br->signatureAlgorithm, br->signature) <= 0)
|
||||||
goto err;
|
goto err;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user