Skip to content

Commit 0a852ea

Browse files
committed
Added FNV and Jenkins's one-at-a-time support to the Windows build.
1 parent 84e3480 commit 0a852ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/hash/config.w32

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ if (PHP_HASH != "no") {
1515
AC_DEFINE('HAVE_HASH_EXT', 1);
1616
EXTENSION("hash", "hash.c hash_md.c hash_sha.c hash_ripemd.c hash_haval.c "
1717
+ "hash_tiger.c hash_gost.c hash_snefru.c hash_whirlpool.c "
18-
+ "hash_adler32.c hash_crc32.c hash_salsa.c");
18+
+ "hash_adler32.c hash_crc32.c hash_salsa.c hash_joaat.c hash_fnv.c");
1919
}
2020

0 commit comments

Comments
 (0)