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:
7ea9f90
)
fix asn1parse -inform
author
Dr. Stephen Henson
<steve@openssl.org>
Fri, 29 May 2015 10:38:53 +0000
(11:38 +0100)
committer
Dr. Stephen Henson
<steve@openssl.org>
Fri, 29 May 2015 11:09:25 +0000
(12:09 +0100)
Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
apps/asn1pars.c
patch
|
blob
|
history
diff --git
a/apps/asn1pars.c
b/apps/asn1pars.c
index bf53a349b2e85ce19e31428b2adeac61de71b9ac..24b55681f0123dacabd405a51a3ddcd48e9e418c 100644
(file)
--- a/
apps/asn1pars.c
+++ b/
apps/asn1pars.c
@@
-140,7
+140,7
@@
int asn1parse_main(int argc, char **argv)
case OPT_INFORM:
if (!opt_format(opt_arg(), OPT_FMT_PEMDER, &informat))
goto opthelp;
-
goto end
;
+
break
;
case OPT_IN:
infile = opt_arg();
break;