[Help-gnutls] Problem building from git
Brad Hards
bradh at frogmouth.net
Mon Jul 13 10:00:47 CEST 2009
On Monday 13 July 2009 17:50:01 Nikos Mavrogiannopoulos wrote:
> Sorry didn't check correctly. Does the following patch solve the issue
> for you?
> @@ -1664,7 +1666,7 @@ get_subject_alt_name (gnutls_x509_crq_t crq,
> }
>
> result = gnutls_x509_crq_get_extension_by_oid (crq, "2.5.29.17", 0,
> - dnsname.data,
> &dnsname.size, +
> dnsname.data, dns_size, critical);
Almost. Needs to be &dns_size here.
There are more problems, but not in this file.
Brad
More information about the Gnutls-help
mailing list