summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--apps/dgst.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/dgst.c b/apps/dgst.c
index 67bc8d382a..7bfac2f644 100644
--- a/apps/dgst.c
+++ b/apps/dgst.c
@@ -286,7 +286,7 @@ int MAIN(int argc, char **argv)
BIO_printf(bio_err,"-%-14s to use the %s message digest algorithm\n",
SN_whirlpool,SN_whirlpool);
#endif
- err=1;
+ goto end;
}
in=BIO_new(BIO_s_file());