forked from Lainports/opnsense-ports
Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
11 lines
527 B
C
11 lines
527 B
C
--- include/my_handler.h.orig 2012-08-30 21:44:42.000000000 +0200
|
|
+++ include/my_handler.h 2012-08-30 21:45:23.000000000 +0200
|
|
@@ -34,7 +34,7 @@
|
|
But beware the dependency of HA_MAX_POSSIBLE_KEY_BUFF and HA_MAX_KEY_LENGTH.
|
|
*/
|
|
|
|
-#define HA_MAX_KEY_LENGTH 1000 /* Max length in bytes */
|
|
+#define HA_MAX_KEY_LENGTH 4000 /* Max length in bytes */
|
|
#define HA_MAX_KEY_SEG 32 /* Max segments for key */
|
|
|
|
#define HA_MAX_POSSIBLE_KEY_BUFF (HA_MAX_KEY_LENGTH + 24+ 6+6)
|