HomeSort by: relevance | last modified time | path
    Searched defs:CApath (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.sbin/syslogd/
tls.c 155 const char *CApath = tls_opt.CAdir;
248 if (CAfile || CApath) {
249 if (SSL_CTX_load_verify_locations(ctx, CAfile, CApath) != 1) {
250 if (CAfile && CApath)
253 CAfile, CApath, ERR_error_string(
257 "\"%s\": %s\n", (CAfile?CAfile:CApath),
tls.c 155 const char *CApath = tls_opt.CAdir;
248 if (CAfile || CApath) {
249 if (SSL_CTX_load_verify_locations(ctx, CAfile, CApath) != 1) {
250 if (CAfile && CApath)
253 CAfile, CApath, ERR_error_string(
257 "\"%s\": %s\n", (CAfile?CAfile:CApath),

Completed in 26 milliseconds