SYNOPSIS

void
mongoc_client_set_ssl_opts (mongoc_client_t        *client,
                            const mongoc_ssl_opt_t *opts);

DESCRIPTION

The mongoc_client_set_ssl_opts() function shall set ssl options for a given mongoc_client(7). For more detail on ssl options available within mongoc, see mongoc_ssl(7).

RETURN VALUE

The mongoc_client_set_ssl_opts() function return no value.

ERRORS

No errors are defined.

SEE ALSO

AUTHORS

This page was written by MongoDB Inc.