diff options
author | David Shaw <[email protected]> | 2002-11-13 13:14:40 +0000 |
---|---|---|
committer | David Shaw <[email protected]> | 2002-11-13 13:14:40 +0000 |
commit | 5ecf0cbd79f6175cf5429f6710cf8c15296ecd65 (patch) | |
tree | 34a6893a9e363e0d7213e4f21c648747f636eeb1 /g10/passphrase.c | |
parent | * getkey.c (merge_selfsigs): Revoked/expired/invalid primary keys carry (diff) | |
download | gnupg-5ecf0cbd79f6175cf5429f6710cf8c15296ecd65.tar.gz gnupg-5ecf0cbd79f6175cf5429f6710cf8c15296ecd65.zip |
* keyedit.c (show_key_with_all_names_colon): Make --with-colons --edit
display match the validity and trust of --with-colons --list-keys.
* passphrase.c (agent_send_all_options): Fix compile warning.
* keylist.c (list_keyblock_colon): Validity for subkeys should match that
of the primary key, and not that of the last user ID.
Diffstat (limited to 'g10/passphrase.c')
-rw-r--r-- | g10/passphrase.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/g10/passphrase.c b/g10/passphrase.c index e48c1c85a..fe7e9670a 100644 --- a/g10/passphrase.c +++ b/g10/passphrase.c @@ -346,7 +346,7 @@ static int agent_send_all_options (int fd) { char *dft_display = NULL; - char *dft_ttyname = NULL; + const char *dft_ttyname = NULL; char *dft_ttytype = NULL; char *old_lc = NULL; char *dft_lc = NULL; |