From 7eb48cfc66372772c088c7ef1f443432a36e8a5c Mon Sep 17 00:00:00 2001 From: "Dr. David von Oheimb" Date: Fri, 4 Sep 2020 15:10:22 +0200 Subject: test/cmp_{client,msg}_test.c: minor code cleanup Reviewed-by: Tim Hudson (Merged from https://github.com/openssl/openssl/pull/12655) --- test/cmp_msg_test.c | 1 + 1 file changed, 1 insertion(+) (limited to 'test/cmp_msg_test.c') 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) -- cgit v1.2.3