From: Rob Richards Date: Thu, 25 Mar 2010 15:10:49 +0000 (+0000) Subject: fix build - there are now 34 algos X-Git-Tag: php-5.4.0alpha1~191^2~1843 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7bfd44f79cd38e76857ab8717bcaa20259da5212;p=php fix build - there are now 34 algos --- diff --git a/ext/hash/hash.c b/ext/hash/hash.c index eb1094926f..0eb0c7c956 100644 --- a/ext/hash/hash.c +++ b/ext/hash/hash.c @@ -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},