[git] GnuPG - branch, ECC-INTEGRATION-2-1, updated. gnupg-2.1.0beta1-58-ge9d9e96

by Werner Koch cvs at cvs.gnupg.org
Mon Jan 24 16:10:40 CET 2011


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, ECC-INTEGRATION-2-1 has been updated
       via  e9d9e96d8ba464a1652552c33636819eed1e9f9a (commit)
      from  c5e8a4c0fdde7f4aef2163a3710483c87bdf3161 (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 e9d9e96d8ba464a1652552c33636819eed1e9f9a
Author: Werner Koch <wk at gnupg.org>
Date:   Mon Jan 24 15:50:37 2011 +0100

    Fix ECDH configure test

diff --git a/common/ChangeLog b/common/ChangeLog
index 61f6b29..0150658 100644
--- a/common/ChangeLog
+++ b/common/ChangeLog
@@ -50,11 +50,6 @@
 	* session-env.c (update_var): Fix same value detection.  Fixes
 	bug#1311.
 
-2011-01-10  Werner Koch  <wk at g10code.com>
-
-	* session-env.c (update_var): Fix same value detection.  Fixes
-	bug#1311.
-
 2010-12-17  Werner Koch  <wk at g10code.com>
 
 	* asshelp.c (lock_spawning): Add arg VERBOSE.  Improve timeout
diff --git a/configure.ac b/configure.ac
index a944e80..e24117b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -746,7 +746,7 @@ AC_CACHE_CHECK([whether Libgcrypt support ECDH], gnupg_cv_gcry_pk_ecdh,
                [ _gnupg_gcry_save_cflags=$CFLAGS
                  CFLAGS="$CFLAGS $LIBGCRYPT_CFLAGS"
                  AC_TRY_COMPILE(
-                   [#include <gcrypt>],
+                   [#include <gcrypt.h>],
                    [ return GCRY_PK_ECDH; ],
                    gnupg_cv_gcry_pk_ecdh=yes,
                    gnupg_cv_gcry_pk_ecdh=no)

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

Summary of changes:
 common/ChangeLog |    5 -----
 configure.ac     |    2 +-
 2 files changed, 1 insertions(+), 6 deletions(-)


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




More information about the Gnupg-commits mailing list