summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2004-04-20 10:00:33 +0000
committerRichard Levitte <levitte@openssl.org>2004-04-20 10:00:33 +0000
commit7028b83a35fa09b091e097c94d5066ab6495c691 (patch)
tree7602bfd53101cb087785adb964cf951c8ac67495
parentf0ad625606bd4f9f412b82af5fe84508013d1d75 (diff)
downloadopenssl-new-7028b83a35fa09b091e097c94d5066ab6495c691.tar.gz
Recent changes from 0.9.7-stable.
-rw-r--r--apps/ca.c4
1 files changed, 3 insertions, 1 deletions
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