1 --- a/mutt_ssl.c 2009-06-10 07:08:29.000000000 +0200
2 +++ b/mutt_ssl.c 2010-04-02 01:42:55.000000000 +0200
6 /* needed to get the DNS subjectAltNames: */
7 - STACK *subj_alt_names;
8 + STACK_OF(X509) *subj_alt_names;
9 int subj_alt_names_count;
10 GENERAL_NAME *subj_alt_name;
11 /* did we find a name matching hostname? */