increased MAXBANS definition
authorpk910 <philipp@zoelle1.de>
Thu, 18 Apr 2013 19:08:38 +0000 (21:08 +0200)
committerpk910 <philipp@zoelle1.de>
Thu, 18 Apr 2013 19:08:38 +0000 (21:08 +0200)
src/hash.h

index dd22ad3f1dd460a6f46ee1a3d85df448cf885777..da4b40f53b2a9628e88189078ef481a360b7354f 100644 (file)
 #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