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

/openbsd-current/lib/libcrypto/conf/
H A Dconf_def.c227 char *start, *psection, *pname; local
337 psection = NULL;
342 psection = pname;
366 if (psection == NULL)
367 psection = section;
374 if (!str_copy(conf, psection, &(v->value), start))
377 if (strcmp(psection, section) != 0) {
378 if ((tv = _CONF_get_section(conf, psection))
380 tv = _CONF_new_section(conf, psection);

Completed in 90 milliseconds