]> git.pld-linux.org Git - packages/mutt.git/commitdiff
- openssl 1.0.0 build fix
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Sun, 11 Apr 2010 18:09:37 +0000 (18:09 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    mutt-openssl.patch -> 1.1

mutt-openssl.patch [new file with mode: 0644]

diff --git a/mutt-openssl.patch b/mutt-openssl.patch
new file mode 100644 (file)
index 0000000..862464f
--- /dev/null
@@ -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? */
This page took 0.255126 seconds and 4 git commands to generate.