pkgsrc-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 <20090825132233.GC5490%danbala.tuwien.ac.at@localhost>,
Thomas Klausner  <wiz%NetBSD.org@localhost> 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?

try typedef void *STACK;

christos



Home | Main Index | Thread Index | Old Index