commit | 83b23ed967d1847e7393dfb9ff14a2c03b28654b | [log] [tgz] |
---|---|---|
author | Richard Levitte <levitte@openssl.org> | Thu Apr 03 23:01:20 2003 +0000 |
committer | Richard Levitte <levitte@openssl.org> | Thu Apr 03 23:01:20 2003 +0000 |
tree | 8be06c933c91ed75e76b41b22d5507cb477f29a1 | |
parent | 4342c5c1a0715eafc56a523e92160da51db37bd1 [diff] [blame] |
One more debug line to conditionalise.
diff --git a/apps/apps.c b/apps/apps.c index 6092c39..0cdc1ad 100644 --- a/apps/apps.c +++ b/apps/apps.c
@@ -1624,7 +1624,9 @@ 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 */