]> granicus.if.org Git - neomutt/commitdiff
The attached mini-patch from David Mosberger
authorAdeodato Simó <asp16@alu.ua.es>
Fri, 28 Jan 2005 13:00:36 +0000 (13:00 +0000)
committerAdeodato Simó <asp16@alu.ua.es>
Fri, 28 Jan 2005 13:00:36 +0000 (13:00 +0000)
<davidm@napali.hpl.hp.com> seems to fix a segfault in the ia64
architecture. Via Debian Bug#285001.

mutt_ssl_gnutls.c

index 2ba7529f0eaaf856a8b59c8f09a83e389a3cb6cc..df689fddb6c7540b38baf4589fb834562765c3ba 100644 (file)
@@ -456,7 +456,7 @@ static int tls_check_certificate (CONNECTION* conn)
   char helpstr[SHORT_STRING];
   char buf[SHORT_STRING];
   char fpbuf[SHORT_STRING];
-  int buflen;
+  size_t buflen;
   char dn_common_name[SHORT_STRING];
   char dn_email[SHORT_STRING];
   char dn_organization[SHORT_STRING];