Fix preprocessor indentation.
[openssl.git] / test / pkey_meth_test.c
index c76a54f0fb319d8b376eb88ec95e814b8b0f1da0..adff232304b2ea4e479340588849eb5519fc2e48 100644 (file)
@@ -14,7 +14,6 @@
 
 #include <openssl/evp.h>
 #include "testutil.h"
-#include "test_main.h"
 
 /**********************************************************************
  *
@@ -39,7 +38,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;