Re: [openssl-dev] Linking with extra library

2016-09-01 Thread Dmitry Belyavsky
Dear Richard, On Thu, Sep 1, 2016 at 5:39 PM, Richard Levitte wrote: > In message gmail.com> on Thu, 1 Sep 2016 16:06:54 +0300, Dmitry Belyavsky < > beld...@gmail.com> said: > > beldmit> Hello Openssl Team, > beldmit> > beldmit> I'm currently working on a patch providing support of the > beld

Re: [openssl-dev] Linking with extra library

2016-09-01 Thread Richard Levitte
In message on Thu, 1 Sep 2016 16:06:54 +0300, Dmitry Belyavsky said: beldmit> Hello Openssl Team, beldmit> beldmit> I'm currently working on a patch providing support of the beldmit> https://tools.ietf.org/html/draft-ietf-lamps-eai-addresses-00 draft. beldmit> beldmit> I want to use functions

[openssl-dev] Linking with extra library

2016-09-01 Thread Dmitry Belyavsky
Hello Openssl Team, I'm currently working on a patch providing support of the https://tools.ietf.org/html/draft-ietf-lamps-eai-addresses-00 draft. I want to use functions from the libidn library to process the specified conversion. How do I add the linkage against libidn to the build system? Tha