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 2dc31de commit 3b72ea9Copy full SHA for 3b72ea9
tests/test-mongoc-async.c
@@ -181,7 +181,7 @@ test_ismaster_pooled (void)
181
}
182
183
184
-#if defined(MONGOC_ENABLE_SSL_OPENSSL) || defined(MONGOC_ENABLE_SSL_SECURE_TRANSPORT)
+#ifdef MONGOC_ENABLE_SSL_OPENSSL
185
static void
186
test_ismaster_ssl (void)
187
{
@@ -204,7 +204,7 @@ test_async_install (TestSuite *suite)
204
TestSuite_Add (suite, "/Async/ismaster/pooled",
205
test_ismaster_pooled);
206
207
208
TestSuite_Add (suite, "/Async/ismaster_ssl", test_ismaster_ssl);
209
TestSuite_Add (suite, "/Async/ismaster_ssl/pooled",
210
test_ismaster_ssl_pooled);
0 commit comments