mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
With --quiet do not print reading passphrase from fd message.
Fix for bug#1403. * g10/passphrase.c (read_passphrase_from_fd): Act on --quiet.
This commit is contained in:
parent
509fe4ce5d
commit
7a852fba6c
1 changed files with 53 additions and 53 deletions
|
@ -140,7 +140,7 @@ read_passphrase_from_fd( int fd )
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!opt.batch )
|
if (!opt.batch && !opt.quiet)
|
||||||
tty_printf("Reading passphrase from file descriptor %d ...", fd );
|
tty_printf("Reading passphrase from file descriptor %d ...", fd );
|
||||||
for (pw = NULL, i = len = 100; ; i++ )
|
for (pw = NULL, i = len = 100; ; i++ )
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue