summaryrefslogtreecommitdiffstats
path: root/apps/ec.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/ec.c')
-rw-r--r--apps/ec.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/ec.c b/apps/ec.c
index c56150c689..31a50eea92 100644
--- a/apps/ec.c
+++ b/apps/ec.c
@@ -176,6 +176,7 @@ int ec_main(int argc, char **argv)
case OPT_CIPHER:
if (!opt_cipher(opt_unknown(), &enc))
goto opthelp;
+ break;
case OPT_CONV_FORM:
if (!opt_pair(opt_arg(), conv_forms, &i))
goto opthelp;