Clear error if unique_subject lookup fails.

This commit is contained in:
Dr. Stephen Henson 2004-04-15 00:33:24 +00:00
parent e20db94948
commit 8e94e99ccb

View file

@ -666,8 +666,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