From f89233ee0021f05572319a14717c477b4bca6e61 Mon Sep 17 00:00:00 2001 From: Colin Morey Date: Sun, 18 Mar 2007 00:03:01 +0000 Subject: [PATCH] manually adding openssl patch --- mail-mta/exim/files/exim-4.66-openssl.patch | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 mail-mta/exim/files/exim-4.66-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 */ + -- 2.26.2