fix build - there are now 34 algos
authorRob Richards <rrichards@php.net>
Thu, 25 Mar 2010 15:10:49 +0000 (15:10 +0000)
committerRob Richards <rrichards@php.net>
Thu, 25 Mar 2010 15:10:49 +0000 (15:10 +0000)
ext/hash/hash.c

index eb1094926fa67f7d7489f5de40f46d9289a5ab48..0eb0c7c95672b1265aae1323ed8b9e18c45c5143 100644 (file)
@@ -43,7 +43,7 @@ struct mhash_bc_entry {
        int value;
 };
 
-#define MHASH_NUM_ALGOS 29
+#define MHASH_NUM_ALGOS 34
 
 static struct mhash_bc_entry mhash_to_hash[MHASH_NUM_ALGOS] = {
        {"CRC32", "crc32", 0},