[git] GnuPG - branch, master, updated. gnupg-2.1.15-128-g47baeac

by Werner Koch cvs at cvs.gnupg.org
Mon Sep 19 08:44:50 CEST 2016


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  47baeac50ccaaf06dc8b0cebece50f47754de6ca (commit)
      from  18bbefa27f9e47e1062ee4d7af09487632795ba7 (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 47baeac50ccaaf06dc8b0cebece50f47754de6ca
Author: Werner Koch <wk at gnupg.org>
Date:   Mon Sep 19 08:41:51 2016 +0200

    gpgscm: Fix gcrypt version check.
    
    * tests/gpgscm/main.c (main): Check against required and not installed
    version.
    
    Signed-off-by: Werner Koch <wk at gnupg.org>

diff --git a/tests/gpgscm/main.c b/tests/gpgscm/main.c
index 9aef1f3..02681ff 100644
--- a/tests/gpgscm/main.c
+++ b/tests/gpgscm/main.c
@@ -230,7 +230,7 @@ main (int argc, char **argv)
   i18n_init ();
   init_common_subsystems (&argc, &argv);
 
-  if (!gcry_check_version (GCRYPT_VERSION))
+  if (!gcry_check_version (NEED_LIBGCRYPT_VERSION))
     {
       fputs ("libgcrypt version mismatch\n", stderr);
       exit (2);

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

Summary of changes:
 tests/gpgscm/main.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