From d1d5aa28d7e604042e56e40de852dca5f18c4e61 Mon Sep 17 00:00:00 2001 From: Loup Vaillant Date: Mon, 2 Nov 2020 17:58:05 +0100 Subject: [PATCH] Tests: all messages to standard ouput --- tests/test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test.c b/tests/test.c index 5f0c685..a241157 100644 --- a/tests/test.c +++ b/tests/test.c @@ -325,7 +325,7 @@ static void elligator_inv(vector_reader *reader) vector out = next_output(reader); int check = crypto_curve_to_hidden(out.buf, point.buf, tweak); if ((u8)check != failure) { - fprintf(stderr, "Elligator inverse map: failure mismatch\n"); + printf("Elligator inverse map: failure mismatch\n"); exit(1); } if (check) { -- 2.47.3