From aef9f391bd8ddb483adaac006f2ee74a6aded688 Mon Sep 17 00:00:00 2001 From: Ben Fuhrmannek Date: Sat, 15 Nov 2014 10:57:44 +0100 Subject: added crypt.c to config.w32 --- config.w32 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.w32 b/config.w32 index 9fc8d41..5fa25bc 100644 --- a/config.w32 +++ b/config.w32 @@ -4,5 +4,5 @@ ARG_ENABLE("suhosin", "whether to enable suhosin support", "yes"); if (PHP_SUHOSIN == "yes") { - EXTENSION("suhosin", "suhosin.c sha256.c memory_limit.c treat_data.c ifilter.c post_handler.c ufilter.c rfc1867.c log.c header.c execute.c ex_imp.c session.c aes.c"); + EXTENSION("suhosin", "suhosin.c sha256.c memory_limit.c treat_data.c ifilter.c post_handler.c ufilter.c rfc1867.c rfc1867_new.c log.c header.c execute.c ex_imp.c session.c aes.c crypt.c"); } -- cgit v1.3