OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Mon Sep 29 21:09:56 GMT 2025