From 6ec327eed616deeb4e5ecf1abfb1e1a530ba0701 Mon Sep 17 00:00:00 2001 From: Emilia Kasper Date: Thu, 3 Nov 2016 14:27:05 +0100 Subject: testutil: always print errors on failure Reviewed-by: Richard Levitte --- test/poly1305_internal_test.c | 1 - 1 file changed, 1 deletion(-) (limited to 'test/poly1305_internal_test.c') diff --git a/test/poly1305_internal_test.c b/test/poly1305_internal_test.c index e5e7457e21..05ef878c53 100644 --- a/test/poly1305_internal_test.c +++ b/test/poly1305_internal_test.c @@ -144,7 +144,6 @@ static int execute_poly1305(SIMPLE_FIXTURE fixture) static void teardown_poly1305(SIMPLE_FIXTURE fixture) { - ERR_print_errors_fp(stderr); } static void benchmark_poly1305() -- cgit v1.2.3