- implement ssl crypto locks
[m6w6/ext-http] / config.w32
index 7abe09025b4433393d18ae9ad038fec425a76bf2..134429c144037826102c74582e36eb4112f87228 100644 (file)
@@ -29,6 +29,7 @@ if (PHP_HTTP != "no") {
 
        CURL_LIB = PHP_DEBUG != "no" ? "libcurld.lib":"libcurl.lib";
     if (CHECK_HEADER_ADD_INCLUDE("curl/curl.h", "CFLAGS_HTTP") &&
+               CHECK_HEADER_ADD_INCLUDE("openssl/crypto.h", "CFLAGS_HTTP") &&
                        CHECK_LIB(CURL_LIB, "http", PHP_HTTP) &&
                        CHECK_LIB("ssleay32.lib", "http", PHP_HTTP) &&
                        CHECK_LIB("libeay32.lib", "http", PHP_HTTP) &&