aboutsummaryrefslogtreecommitdiff
path: root/test/pkey_meth_test.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/pkey_meth_test.c')
-rw-r--r--test/pkey_meth_test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/pkey_meth_test.c b/test/pkey_meth_test.c
index c76a54f..8876537 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;