Typo.
authorDr. Stephen Henson <steve@openssl.org>
Mon, 21 May 2007 16:36:09 +0000 (16:36 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Mon, 21 May 2007 16:36:09 +0000 (16:36 +0000)
apps/dgst.c

index 67bc8d382a03056fa0c16e5e8f0565b41fcb68dd..7bfac2f64436b970026be5e2ad72fe8587ae6bf7 100644 (file)
@@ -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());