We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 925fa27 commit f1b753cCopy full SHA for f1b753c
config.w32
@@ -118,6 +118,7 @@ if (PHP_MONGODB != "no") {
118
119
if (CHECK_LIB("ssleay32.lib", "mongodb", PHP_MONGODB) &&
120
CHECK_LIB("libeay32.lib", "mongodb", PHP_MONGODB) &&
121
+ CHECK_LIB("crypt32.lib", "mongodb", PHP_MONGODB) &&
122
CHECK_HEADER_ADD_INCLUDE("openssl/ssl.h", "CFLAGS_MONGOC")) {
123
mongoc_opts.MONGOC_ENABLE_SSL_OPENSSL = 1;
124
mongoc_opts.MONGOC_ENABLE_CRYPTO_LIBCRYPTO = 1;
0 commit comments