Clear warnings/errors within RL_DEBUG code sections (RL_DEBUG should be renamed)
Reviewed-by: Andy Polyakov <appro@openssl.org>
This commit is contained in:
parent
bf68456f53
commit
8bc8450a26
@ -709,7 +709,7 @@ bad:
|
|||||||
ERR_clear_error();
|
ERR_clear_error();
|
||||||
#ifdef RL_DEBUG
|
#ifdef RL_DEBUG
|
||||||
if (!p)
|
if (!p)
|
||||||
BIO_printf(bio_err, "DEBUG: unique_subject undefined\n", p);
|
BIO_printf(bio_err, "DEBUG: unique_subject undefined\n");
|
||||||
#endif
|
#endif
|
||||||
#ifdef RL_DEBUG
|
#ifdef RL_DEBUG
|
||||||
BIO_printf(bio_err, "DEBUG: configured unique_subject is %d\n",
|
BIO_printf(bio_err, "DEBUG: configured unique_subject is %d\n",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user