From c4e7958a84ee1d5275bd0c3412da310017ae42ae Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Fri, 6 Sep 2013 10:45:22 +0100 Subject: [PATCH] pub/gkcdsa.c: Fix label in test failure output. --- pub/gkcdsa.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pub/gkcdsa.c b/pub/gkcdsa.c index 52e91ba6..99883c4c 100644 --- a/pub/gkcdsa.c +++ b/pub/gkcdsa.c @@ -247,7 +247,7 @@ static int tsign(dstr *v) fprintf(stderr, "*** computed r = "); type_hex.dump(&d, stderr); putc('\n', stderr); showmp("computed s", ss.s, 16); - fprintf(stderr, "*** computed r = "); + fprintf(stderr, "*** expected r = "); type_hex.dump(&v[5], stderr); putc('\n', stderr); showmp("expected s", s.s, 16); } -- 2.11.0