RP_ALLOW_EOF
return (flags & RP_ALLOW_EOF) ? NULL : xstrdup("");
if (!(flags & RP_ALLOW_EOF))
if (flags & RP_ALLOW_EOF)
RP_USE_ASKPASS|RP_ALLOW_EOF|RP_ASK_PERMISSION);
if ((pin = read_passphrase(prompt, RP_ALLOW_EOF)) == NULL) {
password = read_passphrase(prompt, RP_ALLOW_EOF);