X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=pgplib.h;h=a5f536284b9bde5d7a9d1ed14fd05adc1608ada6;hp=e6f7c1fbaddc57b08165de09b8f30f0c0866770e;hb=6771688a116512f5fc5ce0844dc5987a22c2e0f6;hpb=ba5e3af4ea19e1d20c80941c077039871ec84258 diff --git a/pgplib.h b/pgplib.h index e6f7c1f..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; @@ -71,6 +68,4 @@ short pgp_get_abilities (unsigned char); void pgp_free_key (pgp_key_t * kpp); -#define pgp_new_keyinfo() mem_calloc (sizeof *((pgp_key_t)0), 1) - -#endif /* CRYPT_BACKEND_CLASSIC_PGP */ +#define pgp_new_keyinfo() xmalloc(sizeof *((pgp_key_t)0))