Re: What should go into 1.5.7?
* Marco d'Itri [Thu, 27 Jan 2005 19:34:59 +0100]:
> Here I'm attaching two patches. The first adds support for gnutls.
The attached mini-patch from David Mosberger <davidm@xxxxxxxxxxxxxxxxx>
seems to fix a segfault in the ia64 architecture. Via Debian Bug#285001.
Thanks.
--
Adeodato Simó
EM: asp16 [ykwim] alu.ua.es | PK: DA6AE621
Loan-department manager: "There isn't any fine print. At these
interest rates, we don't need it."
--- a/mutt_ssl_gnutls.c
+++ b/mutt_ssl_gnutls.c
@@ -456,7 +456,7 @@
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];