always build pgp support.
[apps/madmutt.git] / pgplib.h
index e63ba74..a5f5362 100644 (file)
--- a/pgplib.h
+++ b/pgplib.h
@@ -8,11 +8,8 @@
  * please see the file GPL in the top level source directory.
  */
 
  * please see the file GPL in the top level source directory.
  */
 
-#ifdef CRYPT_BACKEND_CLASSIC_PGP
-
 #include "mutt_crypt.h"
 
 #include "mutt_crypt.h"
 
-
 typedef struct pgp_signature {
   struct pgp_signature *next;
   unsigned char sigtype;
 typedef struct pgp_signature {
   struct pgp_signature *next;
   unsigned char sigtype;
@@ -72,5 +69,3 @@ short pgp_get_abilities (unsigned char);
 void pgp_free_key (pgp_key_t * kpp);
 
 #define pgp_new_keyinfo() xmalloc(sizeof *((pgp_key_t)0))
 void pgp_free_key (pgp_key_t * kpp);
 
 #define pgp_new_keyinfo() xmalloc(sizeof *((pgp_key_t)0))
-
-#endif /* CRYPT_BACKEND_CLASSIC_PGP */