Fix segfault in ec command
Thanks to Brian Carpenter <brian.carpenter@gmail.com> for finding this. Reviewed-by: Tim Hudson <tjh@openssl.org>
This commit is contained in:
parent
02db21dfb4
commit
cc630cdbcc
@ -176,6 +176,7 @@ int ec_main(int argc, char **argv)
|
|||||||
case OPT_CIPHER:
|
case OPT_CIPHER:
|
||||||
if (!opt_cipher(opt_unknown(), &enc))
|
if (!opt_cipher(opt_unknown(), &enc))
|
||||||
goto opthelp;
|
goto opthelp;
|
||||||
|
break;
|
||||||
case OPT_CONV_FORM:
|
case OPT_CONV_FORM:
|
||||||
if (!opt_pair(opt_arg(), conv_forms, &i))
|
if (!opt_pair(opt_arg(), conv_forms, &i))
|
||||||
goto opthelp;
|
goto opthelp;
|
||||||
|
Loading…
Reference in New Issue
Block a user