mutt/mutt-1.5.20-openssl_1.0.diff
OBS User autobuild ce12af1b6c Accepting request 38303 from server:mail
Copy from server:mail/mutt based on submit request 38303 from user coolo

OBS-URL: https://build.opensuse.org/request/show/38303
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mutt?expand=0&rev=23
2010-04-20 00:27:16 +00:00

14 lines
480 B
Diff

Index: mutt-1.5.20/mutt_ssl.c
===================================================================
--- mutt-1.5.20.orig/mutt_ssl.c
+++ mutt-1.5.20/mutt_ssl.c
@@ -652,7 +652,7 @@ static int check_host (X509 *x509cert, c
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? */