summaryrefslogtreecommitdiff
path: root/package/dropbear/patches/patch-cli-runopts_c
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2015-02-03 11:53:57 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2015-02-03 11:54:07 +0100
commit7f1557456bcdab4984d588be7b5738f9160f8365 (patch)
treed271ab3619e3a717c0a8a35e598d5a8c66412fbd /package/dropbear/patches/patch-cli-runopts_c
parent30a1ca44eb6cc1833b876235e3b35c93bbac4065 (diff)
update to latest stable version, drop xauth patch, already applied upstream
Diffstat (limited to 'package/dropbear/patches/patch-cli-runopts_c')
-rw-r--r--package/dropbear/patches/patch-cli-runopts_c22
1 files changed, 0 insertions, 22 deletions
diff --git a/package/dropbear/patches/patch-cli-runopts_c b/package/dropbear/patches/patch-cli-runopts_c
deleted file mode 100644
index 5a8297b87..000000000
--- a/package/dropbear/patches/patch-cli-runopts_c
+++ /dev/null
@@ -1,22 +0,0 @@
-$Id: update-patches 24 2008-08-31 14:56:13Z wbx $
---- 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
-+ case 'o':
-+ next = &dummy;
-+ case 'x':
-+ break;
- case 'F':
- case 'e':
- #ifndef ENABLE_USER_ALGO_LIST
-@@ -322,7 +326,6 @@ void cli_getopts(int argc, char ** argv)
- #ifndef ENABLE_CLI_LOCALTCPFWD
- case 'L':
- #endif
-- case 'o':
- case 'b':
- next = &dummy;
- default: