summaryrefslogtreecommitdiff
path: root/test/x509_internal_test.c
diff options
context:
space:
mode:
authorPauli <paul.dale@oracle.com>2017-03-22 14:27:55 +1000
committerPauli <paul.dale@oracle.com>2017-03-29 08:51:43 +1000
commit2fae041d6c507315a619e2f29bff86e44cc1d0a1 (patch)
tree916c82cafe8b198da5ca777b29ea4fab3f036f5b /test/x509_internal_test.c
parenta6ac1ed686346d2164c16446624c973e51d3ae92 (diff)
downloadopenssl-new-2fae041d6c507315a619e2f29bff86e44cc1d0a1.tar.gz
Test infrastructure additions.
Reviewed-by: Richard Levitte <levitte@openssl.org> Reviewed-by: Emilia Käsper <emilia@openssl.org> Reviewed-by: Tim Hudson <tjh@openssl.org> Reviewed-by: Rich Salz <rsalz@openssl.org> (Merged from https://github.com/openssl/openssl/pull/3011)
Diffstat (limited to 'test/x509_internal_test.c')
-rw-r--r--test/x509_internal_test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/x509_internal_test.c b/test/x509_internal_test.c
index df88f890a8..d602efc57f 100644
--- a/test/x509_internal_test.c
+++ b/test/x509_internal_test.c
@@ -42,7 +42,7 @@ static int test_standard_exts()
}
if (!good) {
tmp = standard_exts;
- fprintf(stderr, "Extensions out of order!\n");
+ TEST_error("Extensions out of order!");
for (i = 0; i < STANDARD_EXTENSION_COUNT; i++, tmp++)
fprintf(stderr, "%d : %s\n", (*tmp)->ext_nid,
OBJ_nid2sn((*tmp)->ext_nid));