From: Mark Wooding Date: Fri, 6 Sep 2013 09:45:22 +0000 (+0100) Subject: pub/gkcdsa.c: Fix label in test failure output. X-Git-Tag: 2.1.7~22 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/catacomb/commitdiff_plain/c4e7958a84ee1d5275bd0c3412da310017ae42ae pub/gkcdsa.c: Fix label in test failure output. --- 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); }