Skip to content
Snippets Groups Projects
Commit 57dc72e0 authored by Richard Levitte's avatar Richard Levitte
Browse files

Clear warnings/errors within RL_DEBUG code sections (RL_DEBUG should be renamed)


Reviewed-by: default avatarTim Hudson <tjh@openssl.org>
parent 6dec5e1c
No related branches found
No related tags found
No related merge requests found
......@@ -709,7 +709,7 @@ bad:
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");
#endif
#ifdef RL_DEBUG
BIO_printf(bio_err, "DEBUG: configured unique_subject is %d\n",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment