From 327af90594204db9683fcee5c8c6b8098c8da37a Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Tue, 8 Mar 2011 12:23:59 +0100 Subject: 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. --- include/cipher.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'include/cipher.h') 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 -/* 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 -- cgit v1.2.3