summaryrefslogtreecommitdiffstats
path: root/apps/enc.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/enc.c')
-rw-r--r--apps/enc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/enc.c b/apps/enc.c
index ca30276d29..6c93e1722d 100644
--- a/apps/enc.c
+++ b/apps/enc.c
@@ -567,6 +567,7 @@ bad:
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);