#if defined(USE_PAM)
if (options.use_pam) {
do_pam_set_tty(s->tty);
do_pam_setcred(1);
if (!use_privsep)
}
#endif