X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=mutt_ssl.c;h=804183cf0138cea306165d69609b8638ffbab598;hp=091eb84d3658e921e76550b751fb05ad40cfc308;hb=ecaab35b973fbceb58b5ed174971c82762cc0199;hpb=9a1efcc01ddeca4106847f8eb28a704aca2dcf0b diff --git a/mutt_ssl.c b/mutt_ssl.c index 091eb84..804183c 100644 --- a/mutt_ssl.c +++ b/mutt_ssl.c @@ -21,6 +21,7 @@ #include #include +#include #include #include "mutt.h" @@ -29,7 +30,6 @@ #include "mutt_curses.h" #include "mutt_ssl.h" -#include "lib/str.h" #include "lib/debug.h" #if OPENSSL_VERSION_NUMBER >= 0x00904000L @@ -416,7 +416,7 @@ static char *x509_get_part (char *line, const char *ndx) c = strstr (line, ndx); if (c) { - c += str_len (ndx); + c += m_strlen(ndx); c2 = strchr (c, '/'); if (c2) *c2 = '\0';