mirror of
git://git.gnupg.org/gnupg.git
synced 2025-01-03 12:11:33 +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:
parent
e9d9e96d8b
commit
b9958bba10
@ -23,7 +23,7 @@
|
|||||||
#include <gcrypt.h>
|
#include <gcrypt.h>
|
||||||
|
|
||||||
/* Macros for compatibility with older libgcrypt versions. */
|
/* Macros for compatibility with older libgcrypt versions. */
|
||||||
#ifndef HAVE_GCRY_PK_ECDSA
|
#ifndef HAVE_GCRY_PK_ECDH
|
||||||
# define GCRY_PK_ECDH 302
|
# define GCRY_PK_ECDH 302
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user