Clear error if unique_subject lookup fails.
This commit is contained in:
parent
e20db94948
commit
8e94e99ccb
@ -666,8 +666,10 @@ bad:
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
#ifdef RL_DEBUG
|
|
||||||
else
|
else
|
||||||
|
ERR_clear_error();
|
||||||
|
#ifdef RL_DEBUG
|
||||||
|
if (!p)
|
||||||
BIO_printf(bio_err, "DEBUG: unique_subject undefined\n", p);
|
BIO_printf(bio_err, "DEBUG: unique_subject undefined\n", p);
|
||||||
#endif
|
#endif
|
||||||
#ifdef RL_DEBUG
|
#ifdef RL_DEBUG
|
||||||
|
Loading…
x
Reference in New Issue
Block a user