]> git.pld-linux.org Git - packages/mutt.git/blob - mutt-openssl.patch
- merged DEVEL (openssl.patch)
[packages/mutt.git] / mutt-openssl.patch
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? */
This page took 0.063533 seconds and 3 git commands to generate.