diff options
Diffstat (limited to '')
-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 |