1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-14 21:47:19 +02:00

Re-enabled --passphrase-fd

This commit is contained in:
Werner Koch 2006-10-04 17:22:24 +00:00
parent 8684a78518
commit 3b1f186c87
31 changed files with 5874 additions and 5811 deletions

View file

@ -3172,7 +3172,7 @@ main (int argc, char **argv )
FREE_STRLIST(sec_nrings);
if( pwfd != -1 ) /* read the passphrase now. */
if( pwfd != -1 ) /* Read the passphrase now. */
read_passphrase_from_fd( pwfd );
fname = argc? *argv : NULL;