]> git.pld-linux.org Git - packages/mutt.git/blobdiff - mutt-openssl.patch
- openssl 1.0.0 build fix
[packages/mutt.git] / mutt-openssl.patch
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.030725 seconds and 4 git commands to generate.