Current-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: openssl breakage: apache2, kdelibs3, mutt-devel



On Wed, Aug 26, 2009 at 12:30:54AM +0900, Takahiro Kambe wrote:
> mail/mutt-devel:
> 
> --- mutt_ssl.c.orig   2009-06-10 14:08:29.000000000 +0900
> +++ mutt_ssl.c
> @@ -652,7 +652,7 @@ static int check_host (X509 *x509cert, c
>    char *buf = NULL;
>    int bufsize;
>    /* needed to get the DNS subjectAltNames: */
> -  STACK *subj_alt_names;
> +  STACK_OF(GENERAL_NAME) *subj_alt_names;
>    int subj_alt_names_count;
>    GENERAL_NAME *subj_alt_name;
>    /* did we find a name matching hostname? */

Thank you. But this one's not sufficient, there are more errors:

mutt_ssl.c: In function 'check_host':
mutt_ssl.c:676: error: incompatible types in assignment
mutt_ssl.c:678: error: type mismatch in conditional expression
mutt_ssl.c:681: error: type mismatch in conditional expression
mutt_ssl.c: In function 'ssl_cache_trusted_cert':
mutt_ssl.c:738: warning: assignment from incompatible pointer type
*** [mutt_ssl.o] Error code 1
 Thomas


Home | Main Index | Thread Index | Old Index