diff options
Diffstat (limited to '')
-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 ff733d02a..0b65e2e1c 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; |