summaryrefslogtreecommitdiff
path: root/test/x509_internal_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/x509_internal_test.c
parent7b1954384114643e1a3c3a0ababa3fd7a112c5e3 (diff)
downloadopenssl-new-6ec327eed616deeb4e5ecf1abfb1e1a530ba0701.tar.gz
testutil: always print errors on failure
Reviewed-by: Richard Levitte <levitte@openssl.org>
Diffstat (limited to 'test/x509_internal_test.c')
-rw-r--r--test/x509_internal_test.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/x509_internal_test.c b/test/x509_internal_test.c
index 76cc2edcfb..baa4c5a1fd 100644
--- a/test/x509_internal_test.c
+++ b/test/x509_internal_test.c
@@ -66,7 +66,6 @@ static int execute_standard_exts(SIMPLE_FIXTURE fixture)
static void teardown_standard_exts(SIMPLE_FIXTURE fixture)
{
- ERR_print_errors_fp(stderr);
}
/**********************************************************************