add ERR_print_errors after "end" label.
This commit is contained in:
@@ -567,6 +567,7 @@ bad:
|
|||||||
BIO_printf(bio_err,"bytes written:%8ld\n",BIO_number_written(out));
|
BIO_printf(bio_err,"bytes written:%8ld\n",BIO_number_written(out));
|
||||||
}
|
}
|
||||||
end:
|
end:
|
||||||
|
ERR_print_errors(bio_err);
|
||||||
if (strbuf != NULL) Free(strbuf);
|
if (strbuf != NULL) Free(strbuf);
|
||||||
if (buff != NULL) Free(buff);
|
if (buff != NULL) Free(buff);
|
||||||
if (in != NULL) BIO_free(in);
|
if (in != NULL) BIO_free(in);
|
||||||
|
Reference in New Issue
Block a user