Convert more tests
[openssl.git] / test / pkey_meth_test.c
index c76a54f0fb319d8b376eb88ec95e814b8b0f1da0..88765375fa7e9dcf0530b3d574caa9b87ee102f1 100644 (file)
@@ -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;