diff options
author | Pauli <paul.dale@oracle.com> | 2017-03-22 05:27:55 +0100 |
---|---|---|
committer | Pauli <paul.dale@oracle.com> | 2017-03-29 00:51:43 +0200 |
commit | 2fae041d6c507315a619e2f29bff86e44cc1d0a1 (patch) | |
tree | 916c82cafe8b198da5ca777b29ea4fab3f036f5b /test/pkey_meth_test.c | |
parent | Fix 0 -> NULL, indentation (diff) | |
download | openssl-2fae041d6c507315a619e2f29bff86e44cc1d0a1.tar.xz openssl-2fae041d6c507315a619e2f29bff86e44cc1d0a1.zip |
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/pkey_meth_test.c')
-rw-r--r-- | test/pkey_meth_test.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/pkey_meth_test.c b/test/pkey_meth_test.c index c76a54f0fb..88765375fa 100644 --- a/test/pkey_meth_test.c +++ b/test/pkey_meth_test.c @@ -39,7 +39,7 @@ static int test_asn1_meths() } if (!good) { - fprintf(stderr, "EVP_PKEY_ASN1_METHOD table out of order!\n"); + TEST_error("EVP_PKEY_ASN1_METHOD table out of order"); for (i = 0; i < EVP_PKEY_asn1_get_count(); i++) { const char *info; |