aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/dropbear/dropbear/fix-2kb-keys.patch
blob: 3b919f6759f661cf0d9b8b32f9589e4c84735ab9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
Upstream-Status: Inappropriate [configuration]

diff -Nurd dropbear-0.45/kex.h dropbear-0.45.patched/kex.h
--- dropbear-0.45/kex.h	2005-03-06 20:27:02.000000000 -0800
+++ dropbear-0.45.patched/kex.h	2005-03-08 15:22:44.064583279 -0800
@@ -64,6 +64,6 @@
 
 };
 
-#define MAX_KEXHASHBUF 2000
+#define MAX_KEXHASHBUF 3000
 
 #endif /* _KEX_H_ */