diff options
author | Werner Koch <[email protected]> | 2011-03-08 11:23:59 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2011-03-08 11:23:59 +0000 |
commit | 327af90594204db9683fcee5c8c6b8098c8da37a (patch) | |
tree | 1ef036bbadb924c19d24c3b75a299c3efa012f95 /include/cipher.h | |
parent | Added option --inquire to PRESET_PASSPHRASE. Note that the inquired passphras... (diff) | |
download | gnupg-327af90594204db9683fcee5c8c6b8098c8da37a.tar.gz gnupg-327af90594204db9683fcee5c8c6b8098c8da37a.zip |
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.
Diffstat (limited to 'include/cipher.h')
-rw-r--r-- | include/cipher.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/include/cipher.h b/include/cipher.h index db2196e74..191e197bc 100644 --- a/include/cipher.h +++ b/include/cipher.h @@ -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 |