manually adding openssl patch
authorColin Morey <peitolm@gentoo.org>
Sun, 18 Mar 2007 00:03:01 +0000 (00:03 +0000)
committerColin Morey <peitolm@gentoo.org>
Sun, 18 Mar 2007 00:03:01 +0000 (00:03 +0000)
mail-mta/exim/files/exim-4.66-openssl.patch [new file with mode: 0644]

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 (file)
index 0000000..7e5ddd5
--- /dev/null
@@ -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 */