projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9c54e18
)
Typo.
author
Dr. Stephen Henson
<steve@openssl.org>
Mon, 21 May 2007 16:36:09 +0000
(16:36 +0000)
committer
Dr. Stephen Henson
<steve@openssl.org>
Mon, 21 May 2007 16:36:09 +0000
(16:36 +0000)
apps/dgst.c
patch
|
blob
|
history
diff --git
a/apps/dgst.c
b/apps/dgst.c
index 67bc8d382a03056fa0c16e5e8f0565b41fcb68dd..7bfac2f64436b970026be5e2ad72fe8587ae6bf7 100644
(file)
--- 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());