aboutsummaryrefslogtreecommitdiffstats
path: root/g10/gpg.c
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2006-10-04 17:22:24 +0000
committerWerner Koch <[email protected]>2006-10-04 17:22:24 +0000
commit3b1f186c878f3b9a0f9de12d244b2d5c14417181 (patch)
treeb8d4544d1adc472331401770a6f21e47c4e37d85 /g10/gpg.c
parentFixed agent access for gpg. (diff)
downloadgnupg-3b1f186c878f3b9a0f9de12d244b2d5c14417181.tar.gz
gnupg-3b1f186c878f3b9a0f9de12d244b2d5c14417181.zip
Re-enabled --passphrase-fd
Diffstat (limited to '')
-rw-r--r--g10/gpg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/g10/gpg.c b/g10/gpg.c
index b541ab7a6..2a2e9de56 100644
--- a/g10/gpg.c
+++ b/g10/gpg.c
@@ -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;