提交 2d4deb25 编写于 作者: D Dr. Stephen Henson

fix asn1parse -inform

Reviewed-by: NRichard Levitte <levitte@openssl.org>
Reviewed-by: NMatt Caswell <matt@openssl.org>
上级 7ea9f90d
......@@ -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;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册