tls_auth_options_find
} else if(tls_auth_options_find(cfg_parser->opt, tls_auth->name)) {
tls_auth_options_type* tlsauth = tls_auth_options_find(opt, tls);
b->tls_auth_options = tls_auth_options_find(opt, b->tls_auth_name);
tls_auth_options_find(opt, acl->tls_auth_name)))
tls_auth_options_find(opt, acl->tls_auth_name)))
struct tls_auth_options* tls_auth_options_find(struct nsd_options* opt, const char* name);