X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=pgplib.h;h=a5f536284b9bde5d7a9d1ed14fd05adc1608ada6;hp=f93107d2d490039fd60bbe1a32c63f042892260a;hb=766fd6928123218aca635827248299ceeeb1d170;hpb=c3e57678c8be193fc137854020f3a90887be97c9 diff --git a/pgplib.h b/pgplib.h index f93107d..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() safe_calloc (sizeof *((pgp_key_t)0), 1) - -#endif /* CRYPT_BACKEND_CLASSIC_PGP */ +#define pgp_new_keyinfo() xmalloc(sizeof *((pgp_key_t)0))