Skip to content

Commit 6b3c904

Browse files
authored
PHPC-872: Do not use system crypto policy for OpenSSL on Windows
This flag is primarily intended for Linux distributions with custom profiles (e.g. Fedora). d227207 for PHPC-703 incorrectly assumed that libmongoc was enabling it by default on Windows.
1 parent f0055d6 commit 6b3c904

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)