X-Git-Url: https://git.llucax.com/software/mutt-debian.git/blobdiff_plain/14c29200cb58d3c4a0830265f2433849781858d0..939639fcf1dad1b8f3a85d641f41d11c49281f3c:/pgpmicalg.c?ds=sidebyside diff --git a/pgpmicalg.c b/pgpmicalg.c index f81c76b..3751982 100644 --- a/pgpmicalg.c +++ b/pgpmicalg.c @@ -28,7 +28,6 @@ #include "mutt.h" #include "pgp.h" #include "pgppacket.h" -#include "mime.h" #include "charset.h" #include @@ -171,7 +170,7 @@ static short pgp_find_hash (const char *fname) short rv = -1; - mutt_mktemp (tempfile); + mutt_mktemp (tempfile, sizeof (tempfile)); if ((out = safe_fopen (tempfile, "w+")) == NULL) { mutt_perror (tempfile);