Skip to content

Commit 7adb189

Browse files
author
Christian Hergert
committed
client-pool: put ssl opts in #ifdef.
1 parent d02cf24 commit 7adb189

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/mongoc/mongoc-client-pool.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,10 @@ struct _mongoc_client_pool_t
3131
uint32_t min_pool_size;
3232
uint32_t max_pool_size;
3333
uint32_t size;
34+
#ifdef MONGOC_ENABLE_SSL
3435
bool ssl_opts_set;
3536
mongoc_ssl_opt_t ssl_opts;
37+
#endif
3638
};
3739

3840

0 commit comments

Comments
 (0)