diff options
author | NIIBE Yutaka <[email protected]> | 2017-04-11 03:51:47 +0000 |
---|---|---|
committer | NIIBE Yutaka <[email protected]> | 2017-04-11 03:51:47 +0000 |
commit | f079822b2ce06c18b7ea45efed2d29b54e38f04d (patch) | |
tree | dc46513dfeefa9d7e7096a2a896bb89d814fe2e7 | |
parent | common: Portability fix for logging.c. (diff) | |
download | gnupg-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.c | 2 |
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); |