projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4342c5c
)
One more debug line to conditionalise.
author
Richard Levitte
<levitte@openssl.org>
Thu, 3 Apr 2003 23:01:20 +0000
(23:01 +0000)
committer
Richard Levitte
<levitte@openssl.org>
Thu, 3 Apr 2003 23:01:20 +0000
(23:01 +0000)
apps/apps.c
patch
|
blob
|
history
diff --git
a/apps/apps.c
b/apps/apps.c
index 6092c395e534c45b49058e00fbbb140c83ff5bcd..0cdc1ad69bee9b57ff398db4c3a38fcadc4135c9 100644
(file)
--- 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 */