11 Jun
2007
11 Jun
'07
6:18 p.m.
On Mon, 2007-06-11 at 09:13 -0500, David Favor wrote:
In the file ./src/login-common/ssl-proxy-openssl.c appears the code:
if (verbose_ssl) SSL_CTX_set_info_callback(ssl_ctx, ssl_info_callback);
It appears the SSL_CTX_set_info_callback symbol only occurs in the openssl development branch starting with 0x00909000L as this symbol is missing from openssl 0.9.8b and 0.9.8e (no check of the latest nightly snapshot of the stable 0.9.8 branch).
Hmm. It's in Debian's 0.9.8e-5 version at least. And google shows that it's been used in Exim for a while also..