On Sun, Jun 26, 2016 at 10:31:13PM +0200, Kurt Roeckx wrote: > On Sun, Jun 26, 2016 at 10:15:44PM +0200, Stephen Kitt wrote: > > On Sun, 26 Jun 2016 22:07:28 +0200, Stephen Kitt <sk...@debian.org> wrote: > > > On Sun, 26 Jun 2016 12:23:30 +0200, Kurt Roeckx <k...@roeckx.be> wrote: > > > > If you have problems making things work, feel free to contact us. > > > > > > I've managed to fix most of the build issues, the remaining issue I'm > > > faced > > > with is the apparent disappearance of the STACK API (DECLARE_STACK_OF()) > > > etc. What should I be using instead? > > > > Duh, it's DEFINE_STACK_OF()... > > This seems to be the relevant commit: > commit 858857157290dd35145b14044ae96be9cd8eb0df > Author: Dr. Stephen Henson <st...@openssl.org> > Date: Mon Dec 28 00:04:33 2015 +0000 > > Rename DECLARE*STACK_OF to DEFINE*STACK_OF > > Applications wishing to include their own stacks now just need to include > > DEFINE_STACK_OF(foo) > > in a header file. > > > I'm wondering if we should either document that somewhere or add > some backward compatible defines.
So from what I understand it's not just replacing it and that it might require a fair bit of work. Kurt