From a3c5403a1dda051a7fae6b604af976b7224182b9 Mon Sep 17 00:00:00 2001 From: pk910 Date: Thu, 18 Apr 2013 21:08:38 +0200 Subject: [PATCH] increased MAXBANS definition --- src/hash.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hash.h b/src/hash.h index dd22ad3..da4b40f 100644 --- a/src/hash.h +++ b/src/hash.h @@ -111,7 +111,7 @@ #define MAXOPLEVEL 999 #define MAXMODEPARAMS 6 -#define MAXBANS 45 +#define MAXBANS 999 /* IDLEN is 6 because it takes 5.33 Base64 digits to store 32 bytes. */ #define IDLEN 6 -- 2.20.1