340 lines
12 KiB
Diff
Executable File
340 lines
12 KiB
Diff
Executable File
diff -Naur dropbear-2012.55-orig/cli-runopts.c dropbear-2012.55/cli-runopts.c
|
||
--- dropbear-2012.55-orig/cli-runopts.c 2014-01-13 10:21:20.762118749 +0800
|
||
+++ dropbear-2012.55/cli-runopts.c 2012-02-23 21:47:05.000000000 +0800
|
||
@@ -287,10 +287,6 @@
|
||
debug_trace = 1;
|
||
break;
|
||
#endif
|
||
- case 'o':
|
||
- next = &dummy;
|
||
- case 'x':
|
||
- break;
|
||
case 'F':
|
||
case 'e':
|
||
case 'c':
|
||
@@ -302,6 +298,7 @@
|
||
#ifndef ENABLE_CLI_LOCALTCPFWD
|
||
case 'L':
|
||
#endif
|
||
+ case 'o':
|
||
case 'b':
|
||
next = &dummy;
|
||
default:
|
||
diff -Naur dropbear-2012.55-orig/dbutil.h dropbear-2012.55/dbutil.h
|
||
--- dropbear-2012.55-orig/dbutil.h 2014-01-13 10:21:28.274118742 +0800
|
||
+++ dropbear-2012.55/dbutil.h 2012-02-23 21:47:05.000000000 +0800
|
||
@@ -93,10 +93,6 @@
|
||
#define DEF_MP_INT(X) mp_int X = {0, 0, 0, NULL}
|
||
|
||
/* Dropbear assertion */
|
||
-#ifndef DROPBEAR_ASSERT_ENABLED
|
||
-#define DROPBEAR_ASSERT_ENABLED 0
|
||
-#endif
|
||
-
|
||
-#define dropbear_assert(X) do { if (DROPBEAR_ASSERT_ENABLED && !(X)) { fail_assert(#X, __FILE__, __LINE__); } } while (0)
|
||
+#define dropbear_assert(X) do { if (!(X)) { fail_assert(#X, __FILE__, __LINE__); } } while (0)
|
||
|
||
#endif /* _DBUTIL_H_ */
|
||
diff -Naur dropbear-2012.55-orig/dropbear_rsa_host_key.ZyXEL dropbear-2012.55/dropbear_rsa_host_key.ZyXEL
|
||
--- dropbear-2012.55-orig/dropbear_rsa_host_key.ZyXEL 1970-01-01 08:00:00.000000000 +0800
|
||
+++ dropbear-2012.55/dropbear_rsa_host_key.ZyXEL 2014-01-13 11:00:44.306076814 +0800
|
||
@@ -0,0 +1,5 @@
|
||
+ |