X-Git-Url: https://git.llucax.com/software/mutt-debian.git/blobdiff_plain/14c29200cb58d3c4a0830265f2433849781858d0..92a950882661a15ea3bd1e73be4e1a341d81e9b9:/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);