projects
/
php
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c261f45
)
fix build - there are now 34 algos
author
Rob Richards
<rrichards@php.net>
Thu, 25 Mar 2010 15:10:49 +0000
(15:10 +0000)
committer
Rob Richards
<rrichards@php.net>
Thu, 25 Mar 2010 15:10:49 +0000
(15:10 +0000)
ext/hash/hash.c
patch
|
blob
|
history
diff --git
a/ext/hash/hash.c
b/ext/hash/hash.c
index eb1094926fa67f7d7489f5de40f46d9289a5ab48..0eb0c7c95672b1265aae1323ed8b9e18c45c5143 100644
(file)
--- 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},