diff options
| author | Werner Koch <[email protected]> | 2017-07-27 09:37:00 +0000 |
|---|---|---|
| committer | Werner Koch <[email protected]> | 2017-07-27 09:38:57 +0000 |
| commit | fcb62fe20f45290bf95703ec3bf4d0b361fa4339 (patch) | |
| tree | e7a017dc3c7b6e627f7128e6f9d797de4f584365 /g10/keylist.c | |
| parent | g10: Make sure exactly one fingerprint is output with --quick-gen-key. (diff) | |
| download | gnupg-fcb62fe20f45290bf95703ec3bf4d0b361fa4339.tar.gz gnupg-fcb62fe20f45290bf95703ec3bf4d0b361fa4339.zip | |
gpg: Avoid output to the tty during import.
* g10/key-check.c (key_check_all_keysigs): Add arg mode and change all
output calls to use it.
* g10/keyedit.c (keyedit_print_one_sig): Add arg fp and chnage all
output calls to use it.
(keyedit_menu): Adjust for changes.
* g10/gpgcompose.c (keyedit_print_one_sig): Add dummy arg fp.
* g10/import.c (import_one): Call key_check_all_keysigs with output to
the log stream.
--
Fixes-commit: 404fa8211b6188a0abe83ef43a4b44d528c0b035
GnuPG-bug-id: 3288
Signed-off-by: Werner Koch <[email protected]>
Diffstat (limited to 'g10/keylist.c')
| -rw-r--r-- | g10/keylist.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/g10/keylist.c b/g10/keylist.c index 7203d160b..86d1c564f 100644 --- a/g10/keylist.c +++ b/g10/keylist.c @@ -193,7 +193,7 @@ print_seckey_info (ctrl_t ctrl, PKT_public_key *pk) } /* Print information about the public key. With FP passed as NULL, - the tty output interface is used, otherwise output is directted to + the tty output interface is used, otherwise output is directed to the given stream. */ void print_pubkey_info (ctrl_t ctrl, estream_t fp, PKT_public_key *pk) |
