Searched refs:c_cert (Results 1 - 1 of 1) sorted by relevance

/freebsd-10-stable/contrib/unbound/smallapp/
H A Dunbound-control.c146 char* s_cert=NULL, *c_key=NULL, *c_cert=NULL; local
152 c_cert = fname_after_chroot(cfg->control_cert_file, cfg, 1);
153 if(!s_cert || !c_key || !c_cert)
166 if(!SSL_CTX_use_certificate_chain_file(ctx,c_cert) ||
176 free(c_cert);

Completed in 51 milliseconds