<<< Date Index >>>     <<< Thread Index >>>

Re: ssl trouble



On Mon, Sep 28, 2009 at 06:17:02PM +0100, Patrick Welche wrote:
> I found I needed the attached patch when trying to compile on NetBSD shipping
> with OpenSSL 1.1.0-dev 10 Jul 2009. (STACK not defined)
> 
> Cheers,
> 
> Patrick

> diff -r 5037c59a589e mutt_ssl.c
> --- a/mutt_ssl.c      Tue Sep 22 23:29:11 2009 -0700
> +++ b/mutt_ssl.c      Mon Sep 28 18:15:16 2009 +0100
> @@ -652,7 +652,7 @@
>    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? */

I tried to register this real problem with its associated trivial fix into
trac, but I get "Redirection limit for this URL exceeded.  Unable to load the 
requested page.  This may be caused by cookies that are blocked." when trying to
login trac... (AFAICT nothing is being blocked...)

Anyone care to apply the trivial patch?

Cheers,

Patrick