Clear error if unique_subject lookup fails.
This commit is contained in:
parent
e20db94948
commit
8e94e99ccb
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue