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:
78b9d13
)
RT32671: wrong multiple errs TS_check_status_info
author
Graeme Perrow
<graeme.perrow@sap.com>
Fri, 13 Nov 2015 21:56:18 +0000
(16:56 -0500)
committer
Rich Salz
<rsalz@openssl.org>
Fri, 13 Nov 2015 21:57:41 +0000
(16:57 -0500)
Signed-off-by: Rich Salz <rsalz@openssl.org>
Reviewed-by: Tim Hudson <tjh@openssl.org>
(cherry picked from commit
f236ef27bd2ca99b3367554aa3e2fc9ca345deb5
)
crypto/ts/ts_rsp_verify.c
patch
|
blob
|
history
diff --git
a/crypto/ts/ts_rsp_verify.c
b/crypto/ts/ts_rsp_verify.c
index 32b4d9923f46c02c434102b1442d5a254db4a1cc..1a3a7c5248c86495de09cba3c7854049a5826f1d 100644
(file)
--- a/
crypto/ts/ts_rsp_verify.c
+++ b/
crypto/ts/ts_rsp_verify.c
@@
-522,7
+522,7
@@
static int TS_check_status_info(TS_RESP *response)
if (ASN1_BIT_STRING_get_bit(info->failure_info,
TS_failure_info[i].code)) {
if (!first)
- strc
py
(failure_text, ",");
+ strc
at
(failure_text, ",");
else
first = 0;
strcat(failure_text, TS_failure_info[i].text);