CONFIG_RELAYS
if (what & CONFIG_RELAYS && env->sc_pkeys != NULL) {
if (what & CONFIG_RELAYS && env->sc_relays != NULL) {
ps->ps_what[PROC_CA] = CONFIG_RELAYS|CONFIG_CERTS;
ps->ps_what[PROC_RELAY] = CONFIG_RELAYS|CONFIG_CERTS|
if (what & CONFIG_RELAYS) {
if ((what & CONFIG_RELAYS) == 0 || id == privsep_process)
config_purge(env, CONFIG_ALL & ~CONFIG_RELAYS);