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:
c3bb1f8
)
fix function name in error message
author
Nils Larsch
<nils@openssl.org>
Tue, 7 Mar 2006 10:22:45 +0000
(10:22 +0000)
committer
Nils Larsch
<nils@openssl.org>
Tue, 7 Mar 2006 10:22:45 +0000
(10:22 +0000)
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 dcc09bc16a4369dfbccf467d9ad208fbc34e83f2..2491bbb4f92ab74e073e3810db1f981f1b056324 100644
(file)
--- a/
crypto/ts/ts_rsp_verify.c
+++ b/
crypto/ts/ts_rsp_verify.c
@@
-425,7
+425,7
@@
static int _TS_RESP_verify_token(TS_VERIFY_CTX *ctx,
if ((ctx->flags & TS_VFY_VERSION)
&& TS_TST_INFO_get_version(tst_info) != 1)
{
- TSerr(TS_F_TS_
VERIFY
, TS_R_UNSUPPORTED_VERSION);
+ TSerr(TS_F_TS_
RESP_VERIFY_TOKEN
, TS_R_UNSUPPORTED_VERSION);
goto err;
}