summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Morey <peitolm@gentoo.org>2007-03-18 00:03:01 +0000
committerColin Morey <peitolm@gentoo.org>2007-03-18 00:03:01 +0000
commitf89233ee0021f05572319a14717c477b4bca6e61 (patch)
tree64eb21141644827fde9f7aefc3bc9dd54cbab2a8 /mail-mta
parentVbump. (diff)
downloadhistorical-f89233ee0021f05572319a14717c477b4bca6e61.tar.gz
historical-f89233ee0021f05572319a14717c477b4bca6e61.tar.bz2
historical-f89233ee0021f05572319a14717c477b4bca6e61.zip
manually adding openssl patch
Diffstat (limited to 'mail-mta')
-rw-r--r--mail-mta/exim/files/exim-4.66-openssl.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/mail-mta/exim/files/exim-4.66-openssl.patch b/mail-mta/exim/files/exim-4.66-openssl.patch
new file mode 100644
index 000000000000..7e5ddd56411f
--- /dev/null
+++ b/mail-mta/exim/files/exim-4.66-openssl.patch
@@ -0,0 +1,12 @@
+--- exim-4.66/src/tls-openssl.c.orig 2007-03-07 11:38:23.000000000 +0200
++++ exim-4.66/src/tls-openssl.c 2007-03-07 12:01:07.000000000 +0200
+@@ -343,8 +343,7 @@
+ /* Set up the information callback, which outputs if debugging is at a suitable
+ level. */
+
+-if (!(SSL_CTX_set_info_callback(ctx, (void (*)())info_callback)))
+- return tls_error(US"SSL_CTX_set_info_callback", host);
++SSL_CTX_set_info_callback(ctx, (void (*)())info_callback);
+
+ /* The following patch was supplied by Robert Roselius */
+