From 8dbdf6314c00f8293266d5c28bed3eee704f0fad Mon Sep 17 00:00:00 2001 From: "Dr. Stephen Henson" Date: Mon, 21 May 2007 16:36:09 +0000 Subject: Typo. --- apps/dgst.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps') 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()); -- cgit v1.2.3