summaryrefslogtreecommitdiffstats
path: root/test/heartbeat_test.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/heartbeat_test.c')
-rw-r--r--test/heartbeat_test.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/heartbeat_test.c b/test/heartbeat_test.c
index 906736c37e..9f6c6e538a 100644
--- a/test/heartbeat_test.c
+++ b/test/heartbeat_test.c
@@ -155,7 +155,6 @@ static int dummy_handshake(SSL *s)
static void tear_down(HEARTBEAT_TEST_FIXTURE fixture)
{
- ERR_print_errors_fp(stderr);
SSL_free(fixture.s);
SSL_CTX_free(fixture.ctx);
}
@@ -365,7 +364,6 @@ int main(int argc, char *argv[])
ADD_TEST(test_dtls1_heartbleed_excessive_plaintext_length);
result = run_tests(argv[0]);
- ERR_print_errors_fp(stderr);
return result;
}