From 033db22d57bbe82e80d7e88c526daba008553d86 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Bodo=20M=C3=B6ller?= Date: Fri, 21 Jan 2000 11:30:52 +0000 Subject: [PATCH] add ERR_print_errors after "end" label. --- apps/enc.c | 1 + 1 file changed, 1 insertion(+) 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); -- 2.34.1