always build pgp support.
[apps/madmutt.git] / pgp.h
diff --git a/pgp.h b/pgp.h
index 55b1db3..26bdbb0 100644 (file)
--- a/pgp.h
+++ b/pgp.h
@@ -9,8 +9,6 @@
  * please see the file GPL in the top level source directory.
  */
 
-#ifdef CRYPT_BACKEND_CLASSIC_PGP
-
 #include "mutt_crypt.h"
 #include "pgplib.h"
 
@@ -92,5 +90,3 @@ BODY *pgp_encrypt_message (BODY *, char *, int);
 BODY *pgp_sign_message (BODY *);
 
 int pgp_send_menu (HEADER * msg, int *redraw);
-
-#endif /* CRYPT_BACKEND_CLASSIC_PGP */