fix asn1parse -inform

Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
This commit is contained in:
Dr. Stephen Henson 2015-05-29 11:38:53 +01:00
parent 7ea9f90d77
commit 2d4deb256f
1 changed files with 1 additions and 1 deletions

View File

@ -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;