--- a/cli-runopts.c +++ b/cli-runopts.c @@ -315,6 +315,10 @@ void cli_getopts(int argc, char ** argv) debug_trace = 1; break; #endif + case 'o': + next = &dummy; + case 'x': + break; case 'F': case 'e': #ifndef ENABLE_USER_ALGO_LIST @@ -332,7 +336,6 @@ void cli_getopts(int argc, char ** argv) print_version(); exit(EXIT_SUCCESS); break; - case 'o': case 'b': next = &dummy; default: