From: Richard Levitte Date: Tue, 20 Apr 2004 10:00:33 +0000 (+0000) Subject: Recent changes from 0.9.7-stable. X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=7028b83a35fa09b091e097c94d5066ab6495c691;p=oweals%2Fopenssl.git Recent changes from 0.9.7-stable. --- 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