updated on Sun Jan 22 16:00:49 UTC 2012
[aur-mirror.git] / mutt-trash / mutt_ssl.patch
blob862464fb56f42cd9633bb229588148e97d6ea1fd
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
3 @@ -652,7 +652,7 @@
4 char *buf = NULL;
5 int bufsize;
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? */