aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/dropbear/dropbear-0.52/fix-2kb-keys.patch
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/dropbear/dropbear-0.52/fix-2kb-keys.patch')
-rw-r--r--recipes/dropbear/dropbear-0.52/fix-2kb-keys.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/recipes/dropbear/dropbear-0.52/fix-2kb-keys.patch b/recipes/dropbear/dropbear-0.52/fix-2kb-keys.patch
new file mode 100644
index 0000000000..bb7a4d32ac
--- /dev/null
+++ b/recipes/dropbear/dropbear-0.52/fix-2kb-keys.patch
@@ -0,0 +1,12 @@
+Index: dropbear-0.50/kex.h
+===================================================================
+--- dropbear-0.50.orig/kex.h
++++ dropbear-0.50/kex.h
+@@ -59,6 +59,6 @@ struct KEXState {
+
+ };
+
+-#define MAX_KEXHASHBUF 2000
++#define MAX_KEXHASHBUF 3000
+
+ #endif /* _KEX_H_ */