mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
Require libgcrypt 1.5
Without Libgcrypt 1.5 is was not possible to use ECC keys. ECC is major new feature and thus it does not make sense to allow building with an older Libgcrypt without supporting ECC. Also fixed a few missing prototypes.
This commit is contained in:
parent
3582e2efa4
commit
327af90594
11 changed files with 33 additions and 74 deletions
|
@ -22,12 +22,6 @@
|
|||
|
||||
#include <gcrypt.h>
|
||||
|
||||
/* Macros for compatibility with older libgcrypt versions. */
|
||||
#ifndef HAVE_GCRY_PK_ECDH
|
||||
# define GCRY_PK_ECDH 302
|
||||
#endif
|
||||
|
||||
|
||||
/* Constants for OpenPGP. */
|
||||
|
||||
#define CIPHER_ALGO_NONE /* 0 */ GCRY_CIPHER_NONE
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue