Skip to content
This repository was archived by the owner on Feb 1, 2022. It is now read-only.

Commit 174f17a

Browse files
committed
Merge pull request #882
2 parents 8d38c43 + c3eacf3 commit 174f17a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config.w32

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ if (PHP_MONGO != "no") {
2929
}
3030

3131
if (CHECK_LIB("ssleay32.lib", "mongo", PHP_MONGO) && CHECK_LIB("libeay32.lib", "mongo", PHP_MONGO)) {
32-
ADD_FLAG("CFLAGS_MONGO", " /D HAVE_MONGO_SSLLIB=1");
32+
ADD_FLAG("CFLAGS_MONGO", " /D HAVE_MONGO_OPENSSL=1");
3333
}
3434
}
3535

0 commit comments

Comments
 (0)