[git] GnuPG - branch, master, updated. gnupg-2.1.20-45-gf079822

by NIIBE Yutaka cvs at cvs.gnupg.org
Tue Apr 11 05:53:28 CEST 2017


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "The GNU Privacy Guard".

The branch, master has been updated
       via  f079822b2ce06c18b7ea45efed2d29b54e38f04d (commit)
      from  456c5cdb2d72bba77e2a30c8fdb1c1cebbe9b1d2 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
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>

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);

-----------------------------------------------------------------------

Summary of changes:
 g10/tofu.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
The GNU Privacy Guard
http://git.gnupg.org




More information about the Gnupg-commits mailing list