Hello,
I have a problem with compilation exim-4.66 and new version openssl 0.9.8f
under Solaris 10.
I found the patch:
http://www.exim.org/bugzilla/attachment.cgi?id=78&action=view
--- 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 */
This works good. I have one question. Is it an official exim team patch ?
Can I use it ?
Thanks
Sławek