diff options
author | Werner Koch <[email protected]> | 2006-10-04 17:22:24 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2006-10-04 17:22:24 +0000 |
commit | 3b1f186c878f3b9a0f9de12d244b2d5c14417181 (patch) | |
tree | b8d4544d1adc472331401770a6f21e47c4e37d85 /g10/gpg.c | |
parent | Fixed agent access for gpg. (diff) | |
download | gnupg-3b1f186c878f3b9a0f9de12d244b2d5c14417181.tar.gz gnupg-3b1f186c878f3b9a0f9de12d244b2d5c14417181.zip |
Re-enabled --passphrase-fd
Diffstat (limited to '')
-rw-r--r-- | g10/gpg.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |