On Tue, Oct 25, 2005 at 01:11:56AM +0200, Kurt Roeckx wrote: > On Mon, Oct 24, 2005 at 03:33:23PM -0700, Steve Langasek wrote: > > > > Yes, I'm quite convinced at this point that this is a libssl bug, as it has > > appeared now on three different packages without any apparent > > misconfiguration. Reassigning to libssl0.9.8. I hope the openssl > > maintainers know what this is; I haven't been able to find any references to > > the elusive libz.so in the actual openssl sources. > > I'm wondering if this is the same problem as we had with > libcrypt-ssleay-perl (#334938) not calling SSL_library_init(). > Atleast stunnel4 and postfix don't seem to be calling this, > but dovecot-imapd seems to do it, not sure at the right time, > didn't have time to look at it.
It seems that stunnel4 calls SSLeay_add_ssl_algorithms() instead of SSL_library_init(), which is a define for the later anyway, and postfix calls OpenSSL_add_ssl_algorithms(), which is also a define for the later. So it seems that this isn't going to be the problem and I'll need to take a deeper look. Kurt -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]