------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.
http://www.exim.org/bugzilla/show_bug.cgi?id=478
------- Comment #1 from sheldonh@??? 2007-03-07 09:50 -------
This is because version of openssl prior to 0.9.8e defined
SSL_CTX_set_info_callback as an assignment, and so C got the assigned value as
a side-effect.
The macro has been replaced with a function with void return.
Given that it was impossible the if condition to be true (since
SSL_CTX_set_info_callback would only return false when info_callback was
false), The fix is simply to stop testing the return value of
SSL_CTX_set_info_callback.
--
Configure bugmail:
http://www.exim.org/bugzilla/userprefs.cgi?tab=email