aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNIIBE Yutaka <[email protected]>2017-04-11 03:51:47 +0000
committerNIIBE Yutaka <[email protected]>2017-04-11 03:51:47 +0000
commitf079822b2ce06c18b7ea45efed2d29b54e38f04d (patch)
treedc46513dfeefa9d7e7096a2a896bb89d814fe2e7
parentcommon: Portability fix for logging.c. (diff)
downloadgnupg-f079822b2ce06c18b7ea45efed2d29b54e38f04d.tar.gz
gnupg-f079822b2ce06c18b7ea45efed2d29b54e38f04d.zip
g10: Minor clean up for TOFU.
* g10/tofu.c (ask_about_binding): Fix for qualifier. Signed-off-by: NIIBE Yutaka <[email protected]>
-rw-r--r--g10/tofu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/g10/tofu.c b/g10/tofu.c
index 169e29efd..9f83fa404 100644
--- a/g10/tofu.c
+++ b/g10/tofu.c
@@ -1573,7 +1573,7 @@ ask_about_binding (ctrl_t ctrl,
struct signature_stats *stats = NULL;
struct signature_stats *stats_iter = NULL;
char *prompt = NULL;
- char *choices;
+ const char *choices;
dbs = ctrl->tofu.dbs;
log_assert (dbs);