diff options
Diffstat (limited to 'g10/passphrase.c')
-rw-r--r-- | g10/passphrase.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/g10/passphrase.c b/g10/passphrase.c index 37977fcf3..593c85622 100644 --- a/g10/passphrase.c +++ b/g10/passphrase.c @@ -1025,9 +1025,6 @@ ask_passphrase (const char *description, if (canceled) *canceled = 0; - if (is_status_enabled()) - write_status_text( STATUS_NEED_PASSPHRASE_SYM, "0 0 0"); - if (!opt.batch && description) tty_printf ("\n%s\n",description); |