X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=crypt.c;h=83ab1ad6982e379a231de6ff0238436df3cdf978;hp=1512286c09b9faac2385fcd9f556a90490654e2a;hb=ecaab35b973fbceb58b5ed174971c82762cc0199;hpb=9a1efcc01ddeca4106847f8eb28a704aca2dcf0b diff --git a/crypt.c b/crypt.c index 1512286..83ab1ad 100644 --- a/crypt.c +++ b/crypt.c @@ -16,11 +16,12 @@ # include "config.h" #endif +#include +#include #include #include #include "mutt.h" -#include "ascii.h" #include "handler.h" #include "mutt_curses.h" #include "mime.h" @@ -28,7 +29,6 @@ #include "mutt_crypt.h" #include "pgp.h" -#include "lib/str.h" #include #include @@ -389,7 +389,7 @@ int mutt_is_application_smime (BODY * m) /* no .p7c, .p10 support yet. */ - len = str_len (t) - 4; + len = m_strlen(t) - 4; if (len > 0 && *(t + len) == '.') { len++; if (!ascii_strcasecmp ((t + len), "p7m"))