RPP_REQUIRE_TTY
if (readpassphrase(prompt, pw, pwlen, RPP_REQUIRE_TTY) == NULL)
rppflags |= RPP_REQUIRE_TTY;
if (flags & RPP_REQUIRE_TTY) {