From: Arkadiusz Miƛkiewicz Date: Sun, 11 Apr 2010 18:09:37 +0000 (+0000) Subject: - openssl 1.0.0 build fix X-Git-Tag: auto/th/mutt-1_5_20-1~3 X-Git-Url: https://git.pld-linux.org/?p=packages%2Fmutt.git;a=commitdiff_plain;h=53abaa4c9695c28e15763a909225262033eed8f7 - openssl 1.0.0 build fix Changed files: mutt-openssl.patch -> 1.1 --- diff --git a/mutt-openssl.patch b/mutt-openssl.patch new file mode 100644 index 0000000..862464f --- /dev/null +++ b/mutt-openssl.patch @@ -0,0 +1,11 @@ +--- a/mutt_ssl.c 2009-06-10 07:08:29.000000000 +0200 ++++ b/mutt_ssl.c 2010-04-02 01:42:55.000000000 +0200 +@@ -652,7 +652,7 @@ + char *buf = NULL; + int bufsize; + /* needed to get the DNS subjectAltNames: */ +- STACK *subj_alt_names; ++ STACK_OF(X509) *subj_alt_names; + int subj_alt_names_count; + GENERAL_NAME *subj_alt_name; + /* did we find a name matching hostname? */