From: Dr. Stephen Henson Date: Mon, 21 May 2007 16:36:09 +0000 (+0000) Subject: Typo. X-Git-Tag: OpenSSL_0_9_8k^2~817 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=8dbdf6314c00f8293266d5c28bed3eee704f0fad;p=oweals%2Fopenssl.git Typo. --- 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());