HomeSort by: relevance | last modified time | path
    Searched refs:tls_CAfile (Results 1 - 1 of 1) sorted by relevancy

  /src/external/ibm-public/postfix/dist/src/global/
dict_mysql.c 173 char *tls_CAfile;
618 if (dict_mysql->tls_CAfile)
619 mysql_options(host->db, MYSQL_OPT_SSL_CA, dict_mysql->tls_CAfile);
627 dict_mysql->tls_CAfile || dict_mysql->tls_CApath || dict_mysql->tls_ciphers)
630 dict_mysql->tls_CAfile, dict_mysql->tls_CApath,
706 dict_mysql->tls_CAfile = cfg_get_str(p, "tls_CAfile", NULL, 0, 0);
891 if (dict_mysql->tls_CAfile)
892 myfree(dict_mysql->tls_CAfile);

Completed in 43 milliseconds