summaryrefslogtreecommitdiffstats
path: root/test/ssl_test_ctx_test.c
diff options
context:
space:
mode:
authorEmilia Kasper <emilia@openssl.org>2016-11-03 14:27:05 +0100
committerEmilia Kasper <emilia@openssl.org>2016-11-04 15:05:29 +0100
commit6ec327eed616deeb4e5ecf1abfb1e1a530ba0701 (patch)
tree2521227973a0270863480924ab068a5b1fa2efa9 /test/ssl_test_ctx_test.c
parent7b1954384114643e1a3c3a0ababa3fd7a112c5e3 (diff)
testutil: always print errors on failure
Reviewed-by: Richard Levitte <levitte@openssl.org>
Diffstat (limited to 'test/ssl_test_ctx_test.c')
-rw-r--r--test/ssl_test_ctx_test.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/ssl_test_ctx_test.c b/test/ssl_test_ctx_test.c
index 0f321c60f3..c601e903ed 100644
--- a/test/ssl_test_ctx_test.c
+++ b/test/ssl_test_ctx_test.c
@@ -233,7 +233,6 @@ static int execute_failure_test(SSL_TEST_CTX_TEST_FIXTURE fixture)
static void tear_down(SSL_TEST_CTX_TEST_FIXTURE fixture)
{
SSL_TEST_CTX_free(fixture.expected_ctx);
- ERR_print_errors_fp(stderr);
}
#define SETUP_SSL_TEST_CTX_TEST_FIXTURE() \