missing goto meant signature was never printed out

This commit is contained in:
Dr. Stephen Henson 2010-03-12 12:06:48 +00:00
parent fb75f349b7
commit e45c32fabf

View File

@ -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;