From c03e4f9bf058fc87bde86d0d14f2f32082da2a06 Mon Sep 17 00:00:00 2001 From: Nils Larsch Date: Tue, 7 Mar 2006 10:22:45 +0000 Subject: [PATCH] fix function name in error message --- crypto/ts/ts_rsp_verify.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crypto/ts/ts_rsp_verify.c b/crypto/ts/ts_rsp_verify.c index dcc09bc16a..2491bbb4f9 100644 --- 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; } -- 2.34.1