[Pkg-gnupg-commit] [gnupg2] 45/132: g10: Minor clean up for TOFU.

Daniel Kahn Gillmor dkg at fifthhorseman.net
Wed May 17 03:07:40 UTC 2017


This is an automated email from the git hooks/post-receive script.

dkg pushed a commit to branch experimental
in repository gnupg2.

commit f079822b2ce06c18b7ea45efed2d29b54e38f04d
Author: NIIBE Yutaka <gniibe at fsij.org>
Date:   Tue Apr 11 12:51:47 2017 +0900

    g10: Minor clean up for TOFU.
    
    * g10/tofu.c (ask_about_binding): Fix for qualifier.
    
    Signed-off-by: NIIBE Yutaka <gniibe at fsij.org>
---
 g10/tofu.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/g10/tofu.c b/g10/tofu.c
index 169e29e..9f83fa4 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);

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-gnupg/gnupg2.git



More information about the Pkg-gnupg-commit mailing list