From: Anatol Belski Date: Fri, 16 Oct 2015 10:18:35 +0000 (+0200) Subject: sync config.w32 with sha3 implementation X-Git-Tag: php-7.1.0alpha1~957 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1b72ddf0d08cb71a45d80e29de4ccbe76d930323;p=php sync config.w32 with sha3 implementation --- diff --git a/ext/hash/config.w32 b/ext/hash/config.w32 index 8e9d4c3d48..17711facd8 100644 --- a/ext/hash/config.w32 +++ b/ext/hash/config.w32 @@ -15,10 +15,10 @@ if (PHP_HASH != "no") { AC_DEFINE('HAVE_HASH_EXT', 1); EXTENSION("hash", "hash.c hash_md.c hash_sha.c hash_ripemd.c hash_haval.c " + "hash_tiger.c hash_gost.c hash_snefru.c hash_whirlpool.c " - + "hash_adler32.c hash_crc32.c hash_joaat.c hash_fnv.c"); + + "hash_adler32.c hash_crc32.c hash_joaat.c hash_fnv.c hash_sha3.c"); PHP_INSTALL_HEADERS("ext/hash/", "php_hash.h php_hash_md.h php_hash_sha.h php_hash_ripemd.h " + "php_hash_haval.h php_hash_tiger.h php_hash_gost.h php_hash_snefru.h " + - "php_hash_whirlpool.h php_hash_adler32.h php_hash_crc32.h"); + "php_hash_whirlpool.h php_hash_adler32.h php_hash_crc32.h php_hash_sha3.h"); }