From cd2f5afaff5794214ec3a784d48b9afce41764bf Mon Sep 17 00:00:00 2001 From: Jan-E Date: Thu, 24 Oct 2019 12:35:11 +0200 Subject: [PATCH] Config.w32: link to libssl.lib & libcrypto.lib --- config.w32 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.w32 b/config.w32 index 74b852f..89a4879 100644 --- a/config.w32 +++ b/config.w32 @@ -110,8 +110,8 @@ if (PHP_HTTP != "no") { 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) && + CHECK_LIB("libssl.lib;ssleay32.lib", "http", PHP_HTTP) && + CHECK_LIB("libcrypto.lib;libeay32.lib", "http", PHP_HTTP) && CHECK_LIB("zlib.lib;zlib_a.lib", "http", PHP_HTTP) && CHECK_LIB("libcurl_a.lib", "http", PHP_HTTP) && ADD_EXTENSION_DEP("http", "propro", true) && -- 2.30.2