You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This allows consumers to check for the presence of libmongoc, but require
SSL support. The libraries are in fact the same, but libmongoc-ssl-1.0
will only be present if the library was compiled with SSL support.
If using autoconf, you can check with:
PKG_CHECK_MODULES(MONGOC, [libmongoc-ssl-1.0])
Fixes CDRIVER-260.
0 commit comments