dropbear: update to 2016.73
[openwrt/staging/lynxis/omap.git] / package / network / services / dropbear / patches / 130-ssh_ignore_x_args.patch
1 --- a/cli-runopts.c
2 +++ b/cli-runopts.c
3 @@ -296,6 +296,8 @@ void cli_getopts(int argc, char ** argv)
4 debug_trace = 1;
5 break;
6 #endif
7 + case 'x':
8 + break;
9 case 'F':
10 case 'e':
11 #ifndef ENABLE_USER_ALGO_LIST