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

by Werner Koch cvs at cvs.gnupg.org
Mon Jan 24 18:44:52 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  b9958bba10f40a348d40c173701d15cb6b0a7f66 (commit)
      from  e9d9e96d8ba464a1652552c33636819eed1e9f9a (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 b9958bba10f40a348d40c173701d15cb6b0a7f66
Author: Werner Koch <wk at gnupg.org>
Date:   Mon Jan 24 18:16:03 2011 +0100

    Fix another stupid bug ECDH detection bug
    
    Again reported by Johan van Selst.  Let's see whether this one is
    okay.

diff --git a/include/cipher.h b/include/cipher.h
index 03d38da..3110208 100644
--- a/include/cipher.h
+++ b/include/cipher.h
@@ -23,7 +23,7 @@
 #include <gcrypt.h>
 
 /* Macros for compatibility with older libgcrypt versions. */
-#ifndef HAVE_GCRY_PK_ECDSA
+#ifndef HAVE_GCRY_PK_ECDH
 # define GCRY_PK_ECDH  302
 #endif
 

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

Summary of changes:
 include/cipher.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


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




More information about the Gnupg-commits mailing list