From: Richard Levitte Date: Thu, 3 Apr 2003 23:01:20 +0000 (+0000) Subject: One more debug line to conditionalise. X-Git-Tag: BEN_FIPS_TEST_1~38^2~165 X-Git-Url: https://git.openssl.org/?p=openssl.git;a=commitdiff_plain;h=83b23ed967d1847e7393dfb9ff14a2c03b28654b;hp=4342c5c1a0715eafc56a523e92160da51db37bd1 One more debug line to conditionalise. --- diff --git a/apps/apps.c b/apps/apps.c index 6092c395e5..0cdc1ad69b 100644 --- a/apps/apps.c +++ b/apps/apps.c @@ -1624,7 +1624,9 @@ CA_DB *load_index(char *dbfile, DB_ATTR *db_attr) char *p = NCONF_get_string(dbattr_conf,NULL,"unique_subject"); if (p) { +#ifdef RL_DEBUG BIO_printf(bio_err, "DEBUG[load_index]: unique_subject = \"%s\"\n", p); +#endif switch(*p) { case 'f': /* false */