blob: bb7a4d32ac66b3b2c936fca7739684ed04cd90f4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
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_ */
|