diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2010-07-15 22:20:59 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2010-07-15 22:20:59 +0000 |
commit | 6c77527f31568b0c352bf7cef03d25104fec2cac (patch) | |
tree | bbea0c44d96241f07a29c1ac47b73578c15b3956 /mail-client/mutt/files | |
parent | Set PYTHON_DEPEND. (diff) | |
download | gentoo-2-6c77527f31568b0c352bf7cef03d25104fec2cac.tar.gz gentoo-2-6c77527f31568b0c352bf7cef03d25104fec2cac.tar.bz2 gentoo-2-6c77527f31568b0c352bf7cef03d25104fec2cac.zip |
Apply upstream patch to fix compilation with openssl-1.0.0. Bug #328487
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'mail-client/mutt/files')
-rw-r--r-- | mail-client/mutt/files/mutt-1.5.20_ssl.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/mail-client/mutt/files/mutt-1.5.20_ssl.patch b/mail-client/mutt/files/mutt-1.5.20_ssl.patch new file mode 100644 index 000000000000..862464fb56f4 --- /dev/null +++ b/mail-client/mutt/files/mutt-1.5.20_ssl.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? */ |