Nico Golde:
[apps/madmutt.git] / mutt_ssl.c
index 0cf05f7..83b735b 100644 (file)
@@ -374,7 +374,7 @@ static char *x509_get_part (char *line, const char *ndx)
 
   c = strstr (line, ndx);
   if (c) {
-    c += safe_strlen (ndx);
+    c += mutt_strlen (ndx);
     c2 = strchr (c, '/');
     if (c2)
       *c2 = '\0';