mirror of
https://github.com/openssl/openssl.git
synced 2024-11-29 04:55:11 +08:00
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",
|
||||
rd->responseExtensions, flags, 4))
|
||||
goto err;
|
||||
if(X509_signature_print(bp, br->signatureAlgorithm, br->signature) <= 0)
|
||||
goto err;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user