aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/dropbear/dropbear/fix-2kb-keys.patch
blob: ba2b19d44ab1a0b0b4dd1531ee57c0981e54f846 (plain)
1
2
3
4
5
6
7
8
9
10
11
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_ */