safe_fclose -> m_fclose, and is now inlined.
[apps/madmutt.git] / lib-crypt / pgpmicalg.c
index d2743f3..c30ae75 100644 (file)
@@ -158,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;
 }