projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4610d8d
)
missing goto meant signature was never printed out
author
Dr. Stephen Henson
<steve@openssl.org>
Fri, 12 Mar 2010 12:07:16 +0000
(12:07 +0000)
committer
Dr. Stephen Henson
<steve@openssl.org>
Fri, 12 Mar 2010 12:07:16 +0000
(12:07 +0000)
crypto/ocsp/ocsp_prn.c
patch
|
blob
|
history
diff --git
a/crypto/ocsp/ocsp_prn.c
b/crypto/ocsp/ocsp_prn.c
index 01f81e7a59a28dfefcb3b6a662a7ad9b993ca1aa..90dd1aa38ed4b60833f154e3c2bb45010a26247b 100644
(file)
--- a/
crypto/ocsp/ocsp_prn.c
+++ b/
crypto/ocsp/ocsp_prn.c
@@
-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;