X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=pgplib.h;h=a5f536284b9bde5d7a9d1ed14fd05adc1608ada6;hp=e63ba74cbb5a5dc0cd64855ab358ea81c316bead;hb=51c07577bff89fde3038940cc06ac01bc28557b9;hpb=61fec8f6b3bff64d96d016a14729ab1ea2c4a2e8 diff --git a/pgplib.h b/pgplib.h index e63ba74..a5f5362 100644 --- a/pgplib.h +++ b/pgplib.h @@ -8,11 +8,8 @@ * please see the file GPL in the top level source directory. */ -#ifdef CRYPT_BACKEND_CLASSIC_PGP - #include "mutt_crypt.h" - 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)) - -#endif /* CRYPT_BACKEND_CLASSIC_PGP */