diff options
Diffstat (limited to 'package/dropbear/patches/patch-cli-runopts_c')
-rw-r--r-- | package/dropbear/patches/patch-cli-runopts_c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/package/dropbear/patches/patch-cli-runopts_c b/package/dropbear/patches/patch-cli-runopts_c index b2f98da81..5a8297b87 100644 --- a/package/dropbear/patches/patch-cli-runopts_c +++ b/package/dropbear/patches/patch-cli-runopts_c @@ -1,7 +1,7 @@ $Id: update-patches 24 2008-08-31 14:56:13Z wbx $ ---- dropbear-0.53.1.orig/cli-runopts.c 2011-03-02 14:23:35.000000000 +0100 -+++ dropbear-0.53.1/cli-runopts.c 2011-08-02 20:03:12.000000000 +0200 -@@ -287,6 +287,10 @@ void cli_getopts(int argc, char ** argv) +--- dropbear-2013.58.orig/cli-runopts.c 2013-04-18 16:58:14.000000000 +0200 ++++ dropbear-2013.58/cli-runopts.c 2013-08-13 14:29:15.000000000 +0200 +@@ -309,6 +309,10 @@ void cli_getopts(int argc, char ** argv) debug_trace = 1; break; #endif @@ -11,8 +11,8 @@ $Id: update-patches 24 2008-08-31 14:56:13Z wbx $ + break; case 'F': case 'e': - case 'c': -@@ -298,7 +302,6 @@ void cli_getopts(int argc, char ** argv) + #ifndef ENABLE_USER_ALGO_LIST +@@ -322,7 +326,6 @@ void cli_getopts(int argc, char ** argv) #ifndef ENABLE_CLI_LOCALTCPFWD case 'L': #endif |