diff options
Diffstat (limited to 'sm/gpgsm.h')
-rw-r--r-- | sm/gpgsm.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/sm/gpgsm.h b/sm/gpgsm.h index 09a633d4c..0683fd12f 100644 --- a/sm/gpgsm.h +++ b/sm/gpgsm.h @@ -39,11 +39,11 @@ struct { const char *homedir; /* configuration directory name */ const char *agent_program; - const char *display; - const char *ttyname; - const char *ttytype; - const char *lc_ctype; - const char *lc_messages; + char *display; + char *ttyname; + char *ttytype; + char *lc_ctype; + char *lc_messages; const char *dirmngr_program; char *outfile; /* name of output file */ |