Skip to content

Commit 5d063b6

Browse files
authored
Merge pull request #493
PHPC-872: Do not use system crypto policy for OpenSSL on Windows
2 parents f0055d6 + 6b3c904 commit 5d063b6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

config.w32

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,6 @@ if (PHP_MONGODB != "no") {
149149
mongoc_opts.MONGOC_ENABLE_CRYPTO_LIBCRYPTO = 1;
150150
mongoc_opts.MONGOC_ENABLE_SSL = 1;
151151
mongoc_opts.MONGOC_ENABLE_CRYPTO = 1;
152-
mongoc_opts.MONGOC_ENABLE_CRYPTO_SYSTEM_PROFILE = 1;
153152
} else {
154153
WARNING("mongodb libopenssl support not enabled, libs not found");
155154
}

0 commit comments

Comments
 (0)