From: Colin Morey Date: Sun, 18 Mar 2007 00:03:01 +0000 (+0000) Subject: manually adding openssl patch X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=f89233ee0021f05572319a14717c477b4bca6e61;p=gentoo.git manually adding openssl patch --- 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 */ +