summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--test/cmp_client_test.c2
-rw-r--r--test/cmp_msg_test.c1
2 files changed, 2 insertions, 1 deletions
diff --git a/test/cmp_client_test.c b/test/cmp_client_test.c
index 111a4c27f4..9043ee1196 100644
--- a/test/cmp_client_test.c
+++ b/test/cmp_client_test.c
@@ -350,7 +350,7 @@ void cleanup_tests(void)
return;
}
-#define USAGE "server.key server.crt client.key client.crt client.csr module_name [module_conf_file]\n"
+# define USAGE "server.key server.crt client.key client.crt client.csr module_name [module_conf_file]\n"
OPT_TEST_DECLARE_USAGE(USAGE)
int setup_tests(void)
diff --git a/test/cmp_msg_test.c b/test/cmp_msg_test.c
index a56f04f1df..a593f37cfc 100644
--- a/test/cmp_msg_test.c
+++ b/test/cmp_msg_test.c
@@ -86,6 +86,7 @@ static X509 *cert = NULL;
TEST_ptr_null(msg = (expr)); \
\
OSSL_CMP_MSG_free(msg); \
+ ERR_print_errors_fp(stderr); \
return good; \
} while (0)