From: Loup Vaillant Date: Mon, 2 Nov 2020 16:58:05 +0000 (+0100) Subject: Tests: all messages to standard ouput X-Git-Url: https://git.codecow.com/?a=commitdiff_plain;h=d1d5aa28d7e604042e56e40de852dca5f18c4e61;p=Monocypher.git Tests: all messages to standard ouput --- 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) {