From b3147fcbe6c4bb750c51edd28c18bd2187d5e939 Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Tue, 16 Dec 2014 11:04:53 +0100 Subject: [PATCH] Clear warnings/errors within RL_DEBUG code sections (RL_DEBUG should be renamed) Reviewed-by: Andy Polyakov (cherry picked from commit 8bc8450a26329e3c890df60026f969e7caabff3d) --- apps/ca.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/ca.c b/apps/ca.c index 9c25026ac0..613f5bee5c 100644 --- a/apps/ca.c +++ b/apps/ca.c @@ -703,7 +703,7 @@ bad: ERR_clear_error(); #ifdef RL_DEBUG if (!p) - BIO_printf(bio_err, "DEBUG: unique_subject undefined\n", p); + BIO_printf(bio_err, "DEBUG: unique_subject undefined\n"); #endif #ifdef RL_DEBUG BIO_printf(bio_err, "DEBUG: configured unique_subject is %d\n", -- 2.25.1