X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=lib-crypt%2Fpgpmicalg.c;h=c30ae752975d0991413cffc0b6f3b69c8b51ec82;hp=c070173227d19550bfd471f1ef1ab49787ad4a44;hb=b62cf5fb77a75e17b176141d232655e5bd8b7fe1;hpb=1ee89902de184a640c171ae3285bff6882a791bd diff --git a/lib-crypt/pgpmicalg.c b/lib-crypt/pgpmicalg.c index c070173..c30ae75 100644 --- a/lib-crypt/pgpmicalg.c +++ b/lib-crypt/pgpmicalg.c @@ -13,15 +13,14 @@ #include -#include "mutt.h" +#include +#include + #include "handler.h" #include "pgp.h" #include "pgppacket.h" #include "charset.h" -#include - -#include static struct { short id; @@ -159,8 +158,8 @@ static short pgp_find_hash (const char *fname) bye: - safe_fclose (&in); - safe_fclose (&out); + m_fclose(&in); + m_fclose(&out); pgp_release_packet (); return rv; }