Searched refs:ssl_rootfile (Results 1 – 1 of 1) sorted by relevance
46 static const char *ssl_rootfile = ""; //!< file containing the list of CAs trusted by the client variable102 if (ssl_rootfile[0]) in ssl_init_once()104 if (! SSL_CTX_load_verify_locations(ctx, ssl_rootfile, 0)) in ssl_init_once()106 snprintf(errbuf, errbuflen, "Cannot read CA list from %s", ssl_rootfile); in ssl_init_once()