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:
parent
e9d9e96d8b
commit
b9958bba10
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user