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 | d1f2fdc9376328c10275beff92bcdc08a9c2c730 (patch) | |
tree | f2e03b92ccfa6bd06d0d114b4aa945452a8f1ed5 /mail-client/mutt/files | |
parent | Set PYTHON_DEPEND. (diff) | |
download | historical-d1f2fdc9376328c10275beff92bcdc08a9c2c730.tar.gz historical-d1f2fdc9376328c10275beff92bcdc08a9c2c730.tar.bz2 historical-d1f2fdc9376328c10275beff92bcdc08a9c2c730.zip |
Apply upstream patch to fix compilation with openssl-1.0.0. Bug #328487
Package-Manager: portage-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? */ |