From: pk910 Date: Thu, 18 Apr 2013 19:08:38 +0000 (+0200) Subject: increased MAXBANS definition X-Git-Url: http://git.pk910.de/?p=srvx.git;a=commitdiff_plain;h=a3c5403a1dda051a7fae6b604af976b7224182b9 increased MAXBANS definition --- 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