remove a mutt-ng thing that makes no sense at all.
[apps/madmutt.git] / lib-crypt / gnupgparse.c
index 5943467..a2d8549 100644 (file)
@@ -24,7 +24,6 @@
 #include <lib-sys/unix.h>
 #include <lib-ui/curses.h>
 
-#include "mutt.h"
 #include "pgp.h"
 #include "charset.h"
 
@@ -311,7 +310,7 @@ pgp_key_t pgp_get_candidates (pgp_ring_t keyring, string_list_t * hints)
   if (ferror (fp))
     mutt_perror ("fgets");
 
-  fclose (fp);
+  m_fclose(&fp);
   mutt_wait_filter (thepid);
 
   close (devnull);