Line 0
Link Here
|
|
|
1 |
--- mutt_ssl.c.orig 2009-06-10 07:08:29.000000000 +0200 |
2 |
+++ mutt_ssl.c 2010-05-03 10:45:21.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(GENERAL_NAME) *subj_alt_names; |
9 |
int subj_alt_names_count; |
10 |
GENERAL_NAME *subj_alt_name; |
11 |
/* did we find a name matching hostname? */ |