From 7028b83a35fa09b091e097c94d5066ab6495c691 Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Tue, 20 Apr 2004 10:00:33 +0000 Subject: [PATCH] Recent changes from 0.9.7-stable. --- apps/ca.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/apps/ca.c b/apps/ca.c index 66f8251eba..325320e2a0 100644 --- a/apps/ca.c +++ b/apps/ca.c @@ -656,8 +656,10 @@ bad: break; } } -#ifdef RL_DEBUG else + ERR_clear_error(); +#ifdef RL_DEBUG + if (!p) BIO_printf(bio_err, "DEBUG: unique_subject undefined\n", p); #endif #ifdef RL_DEBUG -- 2.25.1