X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=pgp.h;fp=pgp.h;h=26bdbb0c8bfdbf440e9c629ed10badf361385a91;hp=55b1db3e87ea8fce3f30b20d19a0aede4a1d618c;hb=51c07577bff89fde3038940cc06ac01bc28557b9;hpb=61fec8f6b3bff64d96d016a14729ab1ea2c4a2e8 diff --git a/pgp.h b/pgp.h index 55b1db3..26bdbb0 100644 --- 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 */