Skip to content

Commit

Permalink
add ERR_print_errors after "end" label.
Browse files Browse the repository at this point in the history
  • Loading branch information
45264 committed Jan 21, 2000
1 parent af6f388 commit 033db22
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/enc.c
Original file line number Diff line number Diff line change
Expand Up @@ -567,6 +567,7 @@ int MAIN(int argc, char **argv)
BIO_printf(bio_err,"bytes written:%8ld\n",BIO_number_written(out));
}
end:
ERR_print_errors(bio_err);
if (strbuf != NULL) Free(strbuf);
if (buff != NULL) Free(buff);
if (in != NULL) BIO_free(in);
Expand Down

0 comments on commit 033db22

Please sign in to comment.