Thanks Steve and Viktor. Yes, I went ahead with Viktor's suggestion.
On Sat, Sep 26, 2015 at 10:01 PM, Viktor Dukhovni < [email protected]> wrote: > On Sat, Sep 26, 2015 at 04:26:33PM +0000, Matt Caswell via RT wrote: > > > On 26/09/15 17:18, Devchandra L Meetei via RT wrote: > > > > Is the API introduced recently openssl 1.0.1f does not seem to have it? > > > If so, any plan to backport it? > > > > This was introduced in 1.0.2. There are no plans to backport it. > > However, in 1.0.1, where the structures in question are not opaque, > the OP can just implement it in his own code: > > int my_SSL_is_server(SSL *s) > { > return s->server; > } > > -- > Viktor. > _______________________________________________ > openssl-dev mailing list > To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-dev > -- Warm Regards --Dev OpenPegasus Developer "I'm one of those people that think Thomas Edison and the light bulb changed the world more than Karl Marx ever did,” Steve Jobs
_______________________________________________ openssl-dev mailing list To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-dev
