diff options
Diffstat (limited to 'ext/openssl/config.w32')
-rw-r--r-- | ext/openssl/config.w32 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/openssl/config.w32 b/ext/openssl/config.w32 index 49edb068a8..066d7bc853 100644 --- a/ext/openssl/config.w32 +++ b/ext/openssl/config.w32 @@ -6,6 +6,7 @@ ARG_WITH("openssl", "OpenSSL support", "no"); if (PHP_OPENSSL != "no") { if (CHECK_LIB("ssleay32.lib", "openssl", PHP_OPENSSL) && CHECK_LIB("libeay32.lib", "openssl", PHP_OPENSSL) && + CHECK_LIB("crypt32.lib", "openssl") && CHECK_HEADER_ADD_INCLUDE("openssl/ssl.h", "CFLAGS_OPENSSL")) { EXTENSION("openssl", "openssl.c xp_ssl.c"); |