From 57dc72e018ddecf222b6c5e598793b75069d42a2 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: Tim Hudson --- apps/ca.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/ca.c b/apps/ca.c index 89f0de3568..baa6a906a5 100644 --- a/apps/ca.c +++ b/apps/ca.c @@ -709,7 +709,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", -- GitLab