1
0
mirror of git://git.gnupg.org/gnupg.git synced 2024-12-22 10:19:57 +01:00

Fix another stupid bug ECDH detection bug

Again reported by Johan van Selst.  Let's see whether this one is
okay.
This commit is contained in:
Werner Koch 2011-01-24 18:16:03 +01:00
parent e9d9e96d8b
commit b9958bba10

View File

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