summaryrefslogtreecommitdiffstats
path: root/test/cmp_msg_test.c
diff options
context:
space:
mode:
authorDr. David von Oheimb <David.von.Oheimb@siemens.com>2020-09-04 15:10:22 +0200
committerDr. David von Oheimb <David.von.Oheimb@siemens.com>2020-09-10 07:35:07 +0200
commit7eb48cfc66372772c088c7ef1f443432a36e8a5c (patch)
tree6d8646193fd3f8fa0bf9d607f8fdfe9baea9b907 /test/cmp_msg_test.c
parenteb5087fc7caaf40a2f4dafb294f3cba1b9ca2619 (diff)
test/cmp_{client,msg}_test.c: minor code cleanup
Reviewed-by: Tim Hudson <tjh@openssl.org> (Merged from https://github.com/openssl/openssl/pull/12655)
Diffstat (limited to 'test/cmp_msg_test.c')
-rw-r--r--test/cmp_msg_test.c1
1 files changed, 1 insertions, 0 deletions
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)