mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02: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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue