1MONGOC_SSL_OPT_GET_DEFAULT(3) libmongoc MONGOC_SSL_OPT_GET_DEFAULT(3)
23
4
SYNOPSIS
6const mongoc_ssl_opt_t *
7mongoc_ssl_opt_get_default (void) BSON_GNUC_PURE;
8
RETURNS
10Returns the default SSL options for the process. This should not be
11modified or freed.
12
AUTHOR
14MongoDB, Inc
15
COPYRIGHT
172017-present, MongoDB, Inc
1819
20
21
22
1.25.1 Nov 08, 2023 MONGOC_SSL_OPT_GET_DEFAULT(3)