commit | c03e4f9bf058fc87bde86d0d14f2f32082da2a06 | [log] [tgz] |
---|---|---|
author | Nils Larsch <nils@openssl.org> | Tue Mar 07 10:22:45 2006 +0000 |
committer | Nils Larsch <nils@openssl.org> | Tue Mar 07 10:22:45 2006 +0000 |
tree | 470dcf000db08b3eddc07523a6f4e8928671fc13 | |
parent | c3bb1f816632590e9a441a030fc319a67cfdf686 [diff] |
fix function name in error message
diff --git a/crypto/ts/ts_rsp_verify.c b/crypto/ts/ts_rsp_verify.c index dcc09bc..2491bbb 100644 --- a/crypto/ts/ts_rsp_verify.c +++ b/crypto/ts/ts_rsp_verify.c
@@ -425,7 +425,7 @@ 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; }