Current-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: openssl breakage: apache2, kdelibs3, mutt-devel



In article <20090825135335.GA5200%panix.com@localhost>,
Thor Lancelot Simon  <tls%panix.com@localhost> wrote:
>On Tue, Aug 25, 2009 at 03:22:33PM +0200, Thomas Klausner wrote:
>> On Tue, Aug 25, 2009 at 09:10:45AM -0400, Thor Lancelot Simon wrote:
>> > The STACK errors are just annoying.  It's one of those pseudo-openssl-
>> > internal parts of the API (like OPENSSL_malloc()/OPENSSL_free()) that
>> > is documented in the manual pages for other parts of the API and can't
>> > be avoided if you want to do certain things that are allegedly supported;
>> > yet since it's not directly documented itself I guess they feel free to
>> > change it and break people's application code.
>> 
>> Do you know what STACK should be replaced with?
>
>I haven't figured it out yet, but I need to as well!

Well, the real "fix" is to replace STACK with STACK_OF(type) like the rest
of the code has done...

christos



Home | Main Index | Thread Index | Old Index